diff options
Diffstat (limited to 'Source/cmWrapExcludeFilesCommand.cxx')
-rw-r--r-- | Source/cmWrapExcludeFilesCommand.cxx | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/Source/cmWrapExcludeFilesCommand.cxx b/Source/cmWrapExcludeFilesCommand.cxx index be71993..5141b90 100644 --- a/Source/cmWrapExcludeFilesCommand.cxx +++ b/Source/cmWrapExcludeFilesCommand.cxx @@ -15,6 +15,9 @@ =========================================================================*/ #include "cmWrapExcludeFilesCommand.h" + +#include "cmSourceFile.h" + #include <stdlib.h> // required for atof // cmWrapExcludeFilesCommand |