From f69e768d94ff5e0238cbb924836737c4ce11a930 Mon Sep 17 00:00:00 2001 From: Daniel Pfeifer Date: Wed, 19 Oct 2016 08:54:18 +0200 Subject: Separate compilation for commands included in cmCommands --- Source/cmAddCompileOptionsCommand.cxx | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'Source/cmAddCompileOptionsCommand.cxx') diff --git a/Source/cmAddCompileOptionsCommand.cxx b/Source/cmAddCompileOptionsCommand.cxx index 9265cba7c1..21a8012d86 100644 --- a/Source/cmAddCompileOptionsCommand.cxx +++ b/Source/cmAddCompileOptionsCommand.cxx @@ -2,6 +2,10 @@ file Copyright.txt or https://cmake.org/licensing for details. */ #include "cmAddCompileOptionsCommand.h" +#include "cmMakefile.h" + +class cmExecutionStatus; + bool cmAddCompileOptionsCommand::InitialPass( std::vector const& args, cmExecutionStatus&) { -- cgit v1.2.1