summaryrefslogtreecommitdiffstats
path: root/Source/cmWhileCommand.cxx
diff options
context:
space:
mode:
authorDaniel Pfeifer <daniel@pfeifer-mail.de>2016-10-19 20:30:58 (GMT)
committerDaniel Pfeifer <daniel@pfeifer-mail.de>2016-10-21 16:14:51 (GMT)
commit608afd4f62f57fe3f9dcac1e9cc94b8bd1adf9c6 (patch)
treeed2fa760868c0a978e15364405fd8b9a220b52cc /Source/cmWhileCommand.cxx
parent64f9c282f3337335c05a062f341fd5155cade51c (diff)
downloadCMake-608afd4f62f57fe3f9dcac1e9cc94b8bd1adf9c6.zip
CMake-608afd4f62f57fe3f9dcac1e9cc94b8bd1adf9c6.tar.gz
CMake-608afd4f62f57fe3f9dcac1e9cc94b8bd1adf9c6.tar.bz2
Separate compilation for commands included in cmBootstrapCommands2
Diffstat (limited to 'Source/cmWhileCommand.cxx')
-rw-r--r--Source/cmWhileCommand.cxx1
1 files changed, 1 insertions, 0 deletions
diff --git a/Source/cmWhileCommand.cxx b/Source/cmWhileCommand.cxx
index c52ea40..beb59bf 100644
--- a/Source/cmWhileCommand.cxx
+++ b/Source/cmWhileCommand.cxx
@@ -3,6 +3,7 @@
#include "cmWhileCommand.h"
#include "cmConditionEvaluator.h"
+#include "cmSystemTools.h"
cmWhileFunctionBlocker::cmWhileFunctionBlocker(cmMakefile* mf)
: Makefile(mf)