summaryrefslogtreecommitdiff
path: root/Source/cmComputeTargetDepends.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/cmComputeTargetDepends.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/cmComputeTargetDepends.cxx')
-rw-r--r--Source/cmComputeTargetDepends.cxx1
1 files changed, 1 insertions, 0 deletions
diff --git a/Source/cmComputeTargetDepends.cxx b/Source/cmComputeTargetDepends.cxx
index 70ed31e132..cfebda2b77 100644
--- a/Source/cmComputeTargetDepends.cxx
+++ b/Source/cmComputeTargetDepends.cxx
@@ -10,6 +10,7 @@
#include "cmMakefile.h"
#include "cmPolicies.h"
#include "cmSourceFile.h"
+#include "cmState.h"
#include "cmStateTypes.h"
#include "cmSystemTools.h"
#include "cmTarget.h"