diff options
author | Bill Hoffman <bill.hoffman@kitware.com> | 2001-10-01 15:55:10 (GMT) |
---|---|---|
committer | Bill Hoffman <bill.hoffman@kitware.com> | 2001-10-01 15:55:10 (GMT) |
commit | ac2dc7c47650c8806bbfeea50654c6bffad7f33b (patch) | |
tree | 701b14255b82dfd2b47f10e752e6fd99fe177fc0 /Source/cmaketest.cxx | |
parent | e62f9a7711cd50a45d3fd0e86a015bb1776db0eb (diff) | |
download | CMake-ac2dc7c47650c8806bbfeea50654c6bffad7f33b.zip CMake-ac2dc7c47650c8806bbfeea50654c6bffad7f33b.tar.gz CMake-ac2dc7c47650c8806bbfeea50654c6bffad7f33b.tar.bz2 |
BUG: add missing include
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[]) |