summaryrefslogtreecommitdiff
path: root/Source/cmAddLibraryCommand.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/cmAddLibraryCommand.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/cmAddLibraryCommand.cxx')
-rw-r--r--Source/cmAddLibraryCommand.cxx1
1 files changed, 1 insertions, 0 deletions
diff --git a/Source/cmAddLibraryCommand.cxx b/Source/cmAddLibraryCommand.cxx
index 3cde147688..0777ef008e 100644
--- a/Source/cmAddLibraryCommand.cxx
+++ b/Source/cmAddLibraryCommand.cxx
@@ -2,6 +2,7 @@
file Copyright.txt or https://cmake.org/licensing for details. */
#include "cmAddLibraryCommand.h"
+#include "cmState.h"
#include "cmStateTypes.h"
#include "cmake.h"