diff options
Diffstat (limited to 'Source/ctest.cxx')
-rw-r--r-- | Source/ctest.cxx | 2 |
1 files changed, 1 insertions, 1 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) { |