diff options
Diffstat (limited to 'Source/CTest/cmCTestSleepCommand.h')
-rw-r--r-- | Source/CTest/cmCTestSleepCommand.h | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/Source/CTest/cmCTestSleepCommand.h b/Source/CTest/cmCTestSleepCommand.h index 7981fa2..2a3fa00 100644 --- a/Source/CTest/cmCTestSleepCommand.h +++ b/Source/CTest/cmCTestSleepCommand.h @@ -12,7 +12,16 @@ #ifndef cmCTestSleepCommand_h #define cmCTestSleepCommand_h +#include <cmConfigure.h> + #include "cmCTestCommand.h" +#include "cmTypeMacro.h" + +#include <string> +#include <vector> + +class cmCommand; +class cmExecutionStatus; /** \class cmCTestSleep * \brief Run a ctest script |