diff options
Diffstat (limited to 'Source/cmMachO.cxx')
-rw-r--r-- | Source/cmMachO.cxx | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/Source/cmMachO.cxx b/Source/cmMachO.cxx index 1607845..bb4d4a1 100644 --- a/Source/cmMachO.cxx +++ b/Source/cmMachO.cxx @@ -10,13 +10,14 @@ See the License for more information. ============================================================================*/ #include "cmStandardIncludes.h" // to get CMAKE_USE_MACH_PARSER first + #include "cmMachO.h" #include <cmsys/FStream.hxx> // Include the Mach-O format information system header. -#include <mach-o/loader.h> #include <mach-o/fat.h> +#include <mach-o/loader.h> /** |