From e81c323da9c020c91c967184ecf98f806eb95867 Mon Sep 17 00:00:00 2001 From: Daniel Pfeifer Date: Tue, 25 Oct 2016 20:35:04 +0200 Subject: Include necessary headers in commands --- Source/cmParseArgumentsCommand.cxx | 11 +++++++++++ 1 file changed, 11 insertions(+) (limited to 'Source/cmParseArgumentsCommand.cxx') diff --git a/Source/cmParseArgumentsCommand.cxx b/Source/cmParseArgumentsCommand.cxx index e45e3a511c..0a2dd12fee 100644 --- a/Source/cmParseArgumentsCommand.cxx +++ b/Source/cmParseArgumentsCommand.cxx @@ -2,8 +2,19 @@ file Copyright.txt or https://cmake.org/licensing for details. */ #include "cmParseArgumentsCommand.h" +#include +#include +#include +#include +#include +#include + #include "cmAlgorithms.h" +#include "cmMakefile.h" #include "cmSystemTools.h" +#include "cmake.h" + +class cmExecutionStatus; static std::string escape_arg(const std::string& arg) { -- cgit v1.2.1