diff options
Diffstat (limited to 'Source/cmSourceFilesCommand.cxx')
-rw-r--r-- | Source/cmSourceFilesCommand.cxx | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/Source/cmSourceFilesCommand.cxx b/Source/cmSourceFilesCommand.cxx index 0655c20..4dd978c 100644 --- a/Source/cmSourceFilesCommand.cxx +++ b/Source/cmSourceFilesCommand.cxx @@ -15,6 +15,9 @@ =========================================================================*/ #include "cmSourceFilesCommand.h" + +#include "cmSourceFile.h" + #include <stdlib.h> // required for atof bool cmSourceFilesCommand::IsDeprecated(int major, int minor) |