From 2e620f0b3834e5a612a38d61b7e50a561d7f11e8 Mon Sep 17 00:00:00 2001 From: Daniel Pfeifer Date: Sat, 5 Nov 2016 21:40:14 +0100 Subject: Fix several include-what-you-use findings --- Source/cmTargetPropCommandBase.cxx | 3 +++ 1 file changed, 3 insertions(+) (limited to 'Source/cmTargetPropCommandBase.cxx') diff --git a/Source/cmTargetPropCommandBase.cxx b/Source/cmTargetPropCommandBase.cxx index 7aba0f85d3..9a5c1da247 100644 --- a/Source/cmTargetPropCommandBase.cxx +++ b/Source/cmTargetPropCommandBase.cxx @@ -4,6 +4,9 @@ #include "cmGlobalGenerator.h" #include "cmMakefile.h" +#include "cmStateTypes.h" +#include "cmTarget.h" +#include "cmake.h" bool cmTargetPropCommandBase::HandleArguments( std::vector const& args, const std::string& prop, -- cgit v1.2.1