diff options
author | Stephen Kelly <steveire@gmail.com> | 2016-10-18 19:28:49 (GMT) |
---|---|---|
committer | Stephen Kelly <steveire@gmail.com> | 2016-10-19 13:41:00 (GMT) |
commit | e6eecec761afd9c1b275d4adebfd08c2e96412fd (patch) | |
tree | 68227594a43a9e16eeea30a1b93fb9c2246a5995 /Source/cmGetPropertyCommand.cxx | |
parent | e3587ee01ddf834805e317c21dc87198f443c00e (diff) | |
download | CMake-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/cmGetPropertyCommand.cxx')
-rw-r--r-- | Source/cmGetPropertyCommand.cxx | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Source/cmGetPropertyCommand.cxx b/Source/cmGetPropertyCommand.cxx index c44445a..da648d9 100644 --- a/Source/cmGetPropertyCommand.cxx +++ b/Source/cmGetPropertyCommand.cxx @@ -5,6 +5,7 @@ #include "cmGlobalGenerator.h" #include "cmPropertyDefinition.h" #include "cmSourceFile.h" +#include "cmState.h" #include "cmStateTypes.h" #include "cmTargetPropertyComputer.h" #include "cmTest.h" |