summaryrefslogtreecommitdiffstats
path: root/Source/cmaketest.cxx
diff options
context:
space:
mode:
authorBill Hoffman <bill.hoffman@kitware.com>2001-10-01 15:55:10 (GMT)
committerBill Hoffman <bill.hoffman@kitware.com>2001-10-01 15:55:10 (GMT)
commitac2dc7c47650c8806bbfeea50654c6bffad7f33b (patch)
tree701b14255b82dfd2b47f10e752e6fd99fe177fc0 /Source/cmaketest.cxx
parente62f9a7711cd50a45d3fd0e86a015bb1776db0eb (diff)
downloadCMake-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.cxx1
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[])