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/cmComputeLinkInformation.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/cmComputeLinkInformation.cxx')
-rw-r--r-- | Source/cmComputeLinkInformation.cxx | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Source/cmComputeLinkInformation.cxx b/Source/cmComputeLinkInformation.cxx index 16bbadb..28aa533 100644 --- a/Source/cmComputeLinkInformation.cxx +++ b/Source/cmComputeLinkInformation.cxx @@ -11,6 +11,7 @@ #include "cmOrderDirectories.h" #include "cmOutputConverter.h" #include "cmPolicies.h" +#include "cmState.h" #include "cmStateTypes.h" #include "cmSystemTools.h" #include "cmTarget.h" |