diff options
Diffstat (limited to 'Source/cmMachO.cxx')
-rw-r--r-- | Source/cmMachO.cxx | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/Source/cmMachO.cxx b/Source/cmMachO.cxx index ee5eb00..6cbed36 100644 --- a/Source/cmMachO.cxx +++ b/Source/cmMachO.cxx @@ -2,15 +2,16 @@ file Copyright.txt or https://cmake.org/licensing for details. */ #include "cmMachO.h" -#include "cmAlgorithms.h" -#include "cmsys/FStream.hxx" - #include <cstddef> #include <string> #include <vector> #include <cm/memory> +#include "cmsys/FStream.hxx" + +#include "cmAlgorithms.h" + // Include the Mach-O format information system header. #include <mach-o/fat.h> #include <mach-o/loader.h> |