From d0833b7bc328c5e2117f10d1cad93b9a40643389 Mon Sep 17 00:00:00 2001 From: Alexander Neundorf Date: Tue, 21 Aug 2007 12:34:06 -0400 Subject: COMP: header was missing... Alex --- Source/cmStringCommand.h | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/Source/cmStringCommand.h b/Source/cmStringCommand.h index 7dd6668..e94f762 100644 --- a/Source/cmStringCommand.h +++ b/Source/cmStringCommand.h @@ -19,6 +19,11 @@ #include "cmCommand.h" +namespace cmsys +{ + class RegularExpression; +} + /** \class cmStringCommand * \brief Common string operations * @@ -132,7 +137,9 @@ protected: bool HandleSubstringCommand(std::vector const& args); bool HandleStripCommand(std::vector const& args); bool HandleRandomCommand(std::vector const& args); - + void ClearMatches(); + void StoreMatches(cmsys::RegularExpression& re); + class RegexReplacement { public: -- cgit v0.12