summaryrefslogtreecommitdiffstats
path: root/Source/CTest/cmCTestSleepCommand.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'Source/CTest/cmCTestSleepCommand.cxx')
-rw-r--r--Source/CTest/cmCTestSleepCommand.cxx1
1 files changed, 1 insertions, 0 deletions
diff --git a/Source/CTest/cmCTestSleepCommand.cxx b/Source/CTest/cmCTestSleepCommand.cxx
index ec585f1..d3f0c6f 100644
--- a/Source/CTest/cmCTestSleepCommand.cxx
+++ b/Source/CTest/cmCTestSleepCommand.cxx
@@ -17,6 +17,7 @@
#include "cmCTestSleepCommand.h"
#include "cmCTestScriptHandler.h"
+#include <stdlib.h> // required for atoi
bool cmCTestSleepCommand::InitialPass(
std::vector<std::string> const& args)