diff options
Diffstat (limited to 'Source/cmVTKMakeInstantiatorCommand.cxx')
-rw-r--r-- | Source/cmVTKMakeInstantiatorCommand.cxx | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Source/cmVTKMakeInstantiatorCommand.cxx b/Source/cmVTKMakeInstantiatorCommand.cxx index 560f313..6626924 100644 --- a/Source/cmVTKMakeInstantiatorCommand.cxx +++ b/Source/cmVTKMakeInstantiatorCommand.cxx @@ -15,8 +15,10 @@ =========================================================================*/ #include "cmVTKMakeInstantiatorCommand.h" + #include "cmCacheManager.h" #include "cmGeneratedFileStream.h" +#include "cmSourceFile.h" bool cmVTKMakeInstantiatorCommand |