diff options
author | Andy Cedilnik <andy.cedilnik@kitware.com> | 2004-02-22 18:14:59 (GMT) |
---|---|---|
committer | Andy Cedilnik <andy.cedilnik@kitware.com> | 2004-02-22 18:14:59 (GMT) |
commit | 2ccce878a3af74d7a7328e42bd76825366a82112 (patch) | |
tree | eb604e4acb4a99128754d2851f603e5f74c13c38 /Source/cmVTKMakeInstantiatorCommand.cxx | |
parent | 51516613e83f15c31156ad0a503f270c746266e1 (diff) | |
download | CMake-2ccce878a3af74d7a7328e42bd76825366a82112.zip CMake-2ccce878a3af74d7a7328e42bd76825366a82112.tar.gz CMake-2ccce878a3af74d7a7328e42bd76825366a82112.tar.bz2 |
ENH: Cleanups
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 |