diff options
author | Daniel Pfeifer <daniel@pfeifer-mail.de> | 2016-08-24 20:01:40 (GMT) |
---|---|---|
committer | Brad King <brad.king@kitware.com> | 2016-08-25 13:34:37 (GMT) |
commit | 38491644540a203ee6465dd0bf179afb426aa835 (patch) | |
tree | f80e2f73708cf9dbf8476001d03146c92da99302 /Source/CTest/cmCTestVC.cxx | |
parent | 81c3e637ccc135068a06fa3dc72f23733f003db5 (diff) | |
download | CMake-38491644540a203ee6465dd0bf179afb426aa835.zip CMake-38491644540a203ee6465dd0bf179afb426aa835.tar.gz CMake-38491644540a203ee6465dd0bf179afb426aa835.tar.bz2 |
CTest: fix include-what-you-use violations
Diffstat (limited to 'Source/CTest/cmCTestVC.cxx')
-rw-r--r-- | Source/CTest/cmCTestVC.cxx | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/Source/CTest/cmCTestVC.cxx b/Source/CTest/cmCTestVC.cxx index 24557aa..182364b 100644 --- a/Source/CTest/cmCTestVC.cxx +++ b/Source/CTest/cmCTestVC.cxx @@ -16,6 +16,10 @@ #include "cmXMLWriter.h" #include <cmsys/Process.h> +#include <sstream> +#include <stdio.h> +#include <time.h> +#include <vector> cmCTestVC::cmCTestVC(cmCTest* ct, std::ostream& log) : CTest(ct) |