diff options
author | Daniel Pfeifer <daniel@pfeifer-mail.de> | 2016-10-19 19:59:14 (GMT) |
---|---|---|
committer | Daniel Pfeifer <daniel@pfeifer-mail.de> | 2016-10-21 16:14:51 (GMT) |
commit | 64f9c282f3337335c05a062f341fd5155cade51c (patch) | |
tree | c72f20f1725d7ead955e1fa962be83ffdd562e37 /Source/cmContinueCommand.cxx | |
parent | f69e768d94ff5e0238cbb924836737c4ce11a930 (diff) | |
download | CMake-64f9c282f3337335c05a062f341fd5155cade51c.zip CMake-64f9c282f3337335c05a062f341fd5155cade51c.tar.gz CMake-64f9c282f3337335c05a062f341fd5155cade51c.tar.bz2 |
Separate compilation for commands included in cmBootstrapCommands1
Diffstat (limited to 'Source/cmContinueCommand.cxx')
-rw-r--r-- | Source/cmContinueCommand.cxx | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/Source/cmContinueCommand.cxx b/Source/cmContinueCommand.cxx index ce36463..dc3e02c 100644 --- a/Source/cmContinueCommand.cxx +++ b/Source/cmContinueCommand.cxx @@ -2,6 +2,9 @@ file Copyright.txt or https://cmake.org/licensing for details. */ #include "cmContinueCommand.h" +#include "cmExecutionStatus.h" +#include "cmSystemTools.h" + // cmContinueCommand bool cmContinueCommand::InitialPass(std::vector<std::string> const& args, cmExecutionStatus& status) |