summaryrefslogtreecommitdiffstats
path: root/Source/cmParseArgumentsCommand.cxx
diff options
context:
space:
mode:
authorDaniel Pfeifer <daniel@pfeifer-mail.de>2016-10-19 19:59:14 (GMT)
committerDaniel Pfeifer <daniel@pfeifer-mail.de>2016-10-21 16:14:51 (GMT)
commit64f9c282f3337335c05a062f341fd5155cade51c (patch)
treec72f20f1725d7ead955e1fa962be83ffdd562e37 /Source/cmParseArgumentsCommand.cxx
parentf69e768d94ff5e0238cbb924836737c4ce11a930 (diff)
downloadCMake-64f9c282f3337335c05a062f341fd5155cade51c.zip
CMake-64f9c282f3337335c05a062f341fd5155cade51c.tar.gz
CMake-64f9c282f3337335c05a062f341fd5155cade51c.tar.bz2
Separate compilation for commands included in cmBootstrapCommands1
Diffstat (limited to 'Source/cmParseArgumentsCommand.cxx')
-rw-r--r--Source/cmParseArgumentsCommand.cxx1
1 files changed, 1 insertions, 0 deletions
diff --git a/Source/cmParseArgumentsCommand.cxx b/Source/cmParseArgumentsCommand.cxx
index 55d71ea..e45e3a5 100644
--- a/Source/cmParseArgumentsCommand.cxx
+++ b/Source/cmParseArgumentsCommand.cxx
@@ -3,6 +3,7 @@
#include "cmParseArgumentsCommand.h"
#include "cmAlgorithms.h"
+#include "cmSystemTools.h"
static std::string escape_arg(const std::string& arg)
{