diff options
Diffstat (limited to 'Source/cmParseArgumentsCommand.h')
-rw-r--r-- | Source/cmParseArgumentsCommand.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/Source/cmParseArgumentsCommand.h b/Source/cmParseArgumentsCommand.h index 079eadb..4d9416d 100644 --- a/Source/cmParseArgumentsCommand.h +++ b/Source/cmParseArgumentsCommand.h @@ -3,7 +3,8 @@ #ifndef cmParseArgumentsCommand_h #define cmParseArgumentsCommand_h -#include <cmConfigure.h> +#include "cmConfigure.h" + #include <string> #include <vector> |