summaryrefslogtreecommitdiffstats
path: root/Source/cmMSProjectGenerator.cxx
diff options
context:
space:
mode:
authorKen Martin <ken.martin@kitware.com>2001-05-18 19:22:17 (GMT)
committerKen Martin <ken.martin@kitware.com>2001-05-18 19:22:17 (GMT)
commit0df1da0ebaa0c01d75bc8201ba0c5b682f43ff90 (patch)
treebf8ab31493680906b8417eff64bbbd525dba4dc5 /Source/cmMSProjectGenerator.cxx
parent7ec7fb7e95a8859c71d8a2345c88b62e81ac3124 (diff)
downloadCMake-0df1da0ebaa0c01d75bc8201ba0c5b682f43ff90.zip
CMake-0df1da0ebaa0c01d75bc8201ba0c5b682f43ff90.tar.gz
CMake-0df1da0ebaa0c01d75bc8201ba0c5b682f43ff90.tar.bz2
compiler fix
Diffstat (limited to 'Source/cmMSProjectGenerator.cxx')
-rw-r--r--Source/cmMSProjectGenerator.cxx1
1 files changed, 1 insertions, 0 deletions
diff --git a/Source/cmMSProjectGenerator.cxx b/Source/cmMSProjectGenerator.cxx
index 6a0c384..49e79ad 100644
--- a/Source/cmMSProjectGenerator.cxx
+++ b/Source/cmMSProjectGenerator.cxx
@@ -41,6 +41,7 @@ OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
#include "cmMSProjectGenerator.h"
#include "cmDSWMakefile.h"
#include "cmDSPMakefile.h"
+#include "cmCacheManager.h"
cmMSProjectGenerator::cmMSProjectGenerator()
{