summaryrefslogtreecommitdiffstats
path: root/Source/cmUtilitySourceCommand.cxx
diff options
context:
space:
mode:
authorStephen Kelly <steveire@gmail.com>2016-10-18 19:28:49 (GMT)
committerStephen Kelly <steveire@gmail.com>2016-10-19 13:41:00 (GMT)
commite6eecec761afd9c1b275d4adebfd08c2e96412fd (patch)
tree68227594a43a9e16eeea30a1b93fb9c2246a5995 /Source/cmUtilitySourceCommand.cxx
parente3587ee01ddf834805e317c21dc87198f443c00e (diff)
downloadCMake-e6eecec761afd9c1b275d4adebfd08c2e96412fd.zip
CMake-e6eecec761afd9c1b275d4adebfd08c2e96412fd.tar.gz
CMake-e6eecec761afd9c1b275d4adebfd08c2e96412fd.tar.bz2
cmListFileCache: Remove cmState header include
Include it in dependents which have previously relied on it transitively.
Diffstat (limited to 'Source/cmUtilitySourceCommand.cxx')
-rw-r--r--Source/cmUtilitySourceCommand.cxx2
1 files changed, 2 insertions, 0 deletions
diff --git a/Source/cmUtilitySourceCommand.cxx b/Source/cmUtilitySourceCommand.cxx
index 8f25cbb..c816114 100644
--- a/Source/cmUtilitySourceCommand.cxx
+++ b/Source/cmUtilitySourceCommand.cxx
@@ -2,6 +2,8 @@
file Copyright.txt or https://cmake.org/licensing for details. */
#include "cmUtilitySourceCommand.h"
+#include "cmState.h"
+
// cmUtilitySourceCommand
bool cmUtilitySourceCommand::InitialPass(std::vector<std::string> const& args,
cmExecutionStatus&)