summaryrefslogtreecommitdiffstats
path: root/Source/cmUnsetCommand.cxx
diff options
context:
space:
mode:
authorBrad King <brad.king@kitware.com>2016-10-27 15:17:14 (GMT)
committerCMake Topic Stage <kwrobot@kitware.com>2016-10-27 15:17:14 (GMT)
commitc6c8c24908e108b7b3c5c76e29197323ac3a4287 (patch)
tree9b4ddf846d9a2bb2edb388a9ce06b71cd02f3b67 /Source/cmUnsetCommand.cxx
parent402b133d7b13c691a3d3f3a354bd10eea1ff24f1 (diff)
parente81c323da9c020c91c967184ecf98f806eb95867 (diff)
downloadCMake-c6c8c24908e108b7b3c5c76e29197323ac3a4287.zip
CMake-c6c8c24908e108b7b3c5c76e29197323ac3a4287.tar.gz
CMake-c6c8c24908e108b7b3c5c76e29197323ac3a4287.tar.bz2
Merge topic 'include-what-you-use'
e81c323d Include necessary headers in commands
Diffstat (limited to 'Source/cmUnsetCommand.cxx')
-rw-r--r--Source/cmUnsetCommand.cxx6
1 files changed, 6 insertions, 0 deletions
diff --git a/Source/cmUnsetCommand.cxx b/Source/cmUnsetCommand.cxx
index 2fea6192..31525ba 100644
--- a/Source/cmUnsetCommand.cxx
+++ b/Source/cmUnsetCommand.cxx
@@ -2,8 +2,14 @@
file Copyright.txt or https://cmake.org/licensing for details. */
#include "cmUnsetCommand.h"
+#include <string.h>
+
+#include "cmAlgorithms.h"
+#include "cmMakefile.h"
#include "cmSystemTools.h"
+class cmExecutionStatus;
+
// cmUnsetCommand
bool cmUnsetCommand::InitialPass(std::vector<std::string> const& args,
cmExecutionStatus&)