Skip to content

cmMachO: Add missing header for std::unique_ptr

Craig Scott requested to merge craig.scott/cmake:cmMachO_h_missing_header into master

Builds were previously relying on <memory> being included by <string>, but not all compilers do that and we shouldn't be relying on that anyway.

Edited by Craig Scott

Merge request reports