From e6eecec761afd9c1b275d4adebfd08c2e96412fd Mon Sep 17 00:00:00 2001 From: Stephen Kelly Date: Tue, 18 Oct 2016 21:28:49 +0200 Subject: cmListFileCache: Remove cmState header include Include it in dependents which have previously relied on it transitively. --- Source/cmAddLibraryCommand.cxx | 1 + 1 file changed, 1 insertion(+) (limited to 'Source/cmAddLibraryCommand.cxx') 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" -- cgit v1.2.1