summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Source/ctest.cxx2
-rw-r--r--Source/ctest.h2
2 files changed, 2 insertions, 2 deletions
diff --git a/Source/ctest.cxx b/Source/ctest.cxx
index 1564b25..38bd10d 100644
--- a/Source/ctest.cxx
+++ b/Source/ctest.cxx
@@ -17,7 +17,7 @@
#include <stdio.h>
#include "ctest.h"
#include "cmRegularExpression.h"
-
+#include "cmSystemTools.h"
bool TryExecutable(const char *dir, const char *file,
std::string *fullPath, const char *subdir)
{
diff --git a/Source/ctest.h b/Source/ctest.h
index 033707f..50ae0bc 100644
--- a/Source/ctest.h
+++ b/Source/ctest.h
@@ -17,7 +17,7 @@
#include "cmStandardIncludes.h"
-#include "cmSystemTools.h"
+
class ctest
{