COMP: header was missing...

Alex
This commit is contained in:
Alexander Neundorf 2007-08-21 12:34:06 -04:00
parent 2e24dd1e5b
commit d0833b7bc3
1 changed files with 8 additions and 1 deletions

View File

@ -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<std::string> const& args);
bool HandleStripCommand(std::vector<std::string> const& args);
bool HandleRandomCommand(std::vector<std::string> const& args);
void ClearMatches();
void StoreMatches(cmsys::RegularExpression& re);
class RegexReplacement
{
public: