From ceb365813f1cca968e2e2a80db8268b8e1fbad3b Mon Sep 17 00:00:00 2001 From: Bill Hoffman Date: Wed, 22 May 2002 09:47:41 -0400 Subject: [PATCH] ENH: fix depend problem --- Source/ctest.cxx | 2 +- Source/ctest.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Source/ctest.cxx b/Source/ctest.cxx index 1564b25f8..38bd10d12 100644 --- a/Source/ctest.cxx +++ b/Source/ctest.cxx @@ -17,7 +17,7 @@ #include #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 033707fd8..50ae0bcff 100644 --- a/Source/ctest.h +++ b/Source/ctest.h @@ -17,7 +17,7 @@ #include "cmStandardIncludes.h" -#include "cmSystemTools.h" + class ctest {