diff options
Diffstat (limited to 'Source/cmFindProgramCommand.cxx')
-rw-r--r-- | Source/cmFindProgramCommand.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/cmFindProgramCommand.cxx b/Source/cmFindProgramCommand.cxx index 1c63428..13a18e2 100644 --- a/Source/cmFindProgramCommand.cxx +++ b/Source/cmFindProgramCommand.cxx @@ -9,7 +9,7 @@ class cmExecutionStatus; #if defined(__APPLE__) -#include <CoreFoundation/CoreFoundation.h> +# include <CoreFoundation/CoreFoundation.h> #endif struct cmFindProgramHelper |