summaryrefslogtreecommitdiff
path: root/Source/cmGlobalJOMMakefileGenerator.cxx
diff options
context:
space:
mode:
authorStephen Kelly <steveire@gmail.com>2016-10-18 21:28:49 +0200
committerStephen Kelly <steveire@gmail.com>2016-10-19 15:41:00 +0200
commite6eecec761afd9c1b275d4adebfd08c2e96412fd (patch)
tree68227594a43a9e16eeea30a1b93fb9c2246a5995 /Source/cmGlobalJOMMakefileGenerator.cxx
parente3587ee01ddf834805e317c21dc87198f443c00e (diff)
downloadcmake-e6eecec761afd9c1b275d4adebfd08c2e96412fd.tar.gz
cmListFileCache: Remove cmState header include
Include it in dependents which have previously relied on it transitively.
Diffstat (limited to 'Source/cmGlobalJOMMakefileGenerator.cxx')
-rw-r--r--Source/cmGlobalJOMMakefileGenerator.cxx1
1 files changed, 1 insertions, 0 deletions
diff --git a/Source/cmGlobalJOMMakefileGenerator.cxx b/Source/cmGlobalJOMMakefileGenerator.cxx
index a8467734cd..78bf5bd3d1 100644
--- a/Source/cmGlobalJOMMakefileGenerator.cxx
+++ b/Source/cmGlobalJOMMakefileGenerator.cxx
@@ -4,6 +4,7 @@
#include "cmLocalUnixMakefileGenerator3.h"
#include "cmMakefile.h"
+#include "cmState.h"
cmGlobalJOMMakefileGenerator::cmGlobalJOMMakefileGenerator(cmake* cm)
: cmGlobalUnixMakefileGenerator3(cm)