Include necessary headers in commands

This commit is contained in:
Daniel Pfeifer
2016-10-25 20:35:04 +02:00
parent 2a567c68ce
commit e81c323da9
163 changed files with 970 additions and 115 deletions
+6 -2
View File
@@ -2,9 +2,13 @@
file Copyright.txt or https://cmake.org/licensing for details. */
#include "cmConfigureFileCommand.h"
#include "cmSystemTools.h"
#include <sstream>
#include <cmsys/RegularExpression.hxx>
#include "cmMakefile.h"
#include "cmSystemTools.h"
#include "cmake.h"
class cmExecutionStatus;
// cmConfigureFileCommand
bool cmConfigureFileCommand::InitialPass(std::vector<std::string> const& args,