diff options
Diffstat (limited to 'Source/CTest/cmCTestStartCommand.h')
-rw-r--r-- | Source/CTest/cmCTestStartCommand.h | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/Source/CTest/cmCTestStartCommand.h b/Source/CTest/cmCTestStartCommand.h index e3f8f8b..22035fa 100644 --- a/Source/CTest/cmCTestStartCommand.h +++ b/Source/CTest/cmCTestStartCommand.h @@ -12,7 +12,17 @@ #ifndef cmCTestStartCommand_h #define cmCTestStartCommand_h +#include <cmConfigure.h> + #include "cmCTestCommand.h" +#include "cmTypeMacro.h" + +#include <iosfwd> +#include <string> +#include <vector> + +class cmCommand; +class cmExecutionStatus; /** \class cmCTestStart * \brief Run a ctest script |