Bill Hoffman 24 лет назад
Родитель
Сommit
ceb365813f
2 измененных файлов с 2 добавлено и 2 удалено
  1. 1 1
      Source/ctest.cxx
  2. 1 1
      Source/ctest.h

+ 1 - 1
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)
 {

+ 1 - 1
Source/ctest.h

@@ -17,7 +17,7 @@
 
 
 #include "cmStandardIncludes.h"
-#include "cmSystemTools.h"
+
 
 class ctest
 {