diff options
Diffstat (limited to 'Source/cmCMakeHostSystemInformationCommand.cxx')
-rw-r--r-- | Source/cmCMakeHostSystemInformationCommand.cxx | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/Source/cmCMakeHostSystemInformationCommand.cxx b/Source/cmCMakeHostSystemInformationCommand.cxx index c3f6f40..26e9af0 100644 --- a/Source/cmCMakeHostSystemInformationCommand.cxx +++ b/Source/cmCMakeHostSystemInformationCommand.cxx @@ -4,9 +4,10 @@ #include <cstddef> +#include "cmsys/SystemInformation.hxx" + #include "cmExecutionStatus.h" #include "cmMakefile.h" -#include "cmsys/SystemInformation.hxx" #if defined(_WIN32) # include "cmAlgorithms.h" |