diff options
Diffstat (limited to 'Source/cmaketest.cxx')
-rw-r--r-- | Source/cmaketest.cxx | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Source/cmaketest.cxx b/Source/cmaketest.cxx index 7a4e215..8a6b5df 100644 --- a/Source/cmaketest.cxx +++ b/Source/cmaketest.cxx @@ -2,6 +2,7 @@ #include "cmSystemTools.h" #include "cmake.h" #include "cmListFileCache.h" +#include "cmMakefileGenerator.h" // this is a test driver program for cmake. int main (int argc, char *argv[]) |