BUG: add missing include

This commit is contained in:
Bill Hoffman 2001-10-01 11:55:10 -04:00
parent e62f9a7711
commit ac2dc7c476
1 changed files with 1 additions and 0 deletions

View File

@ -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[])