diff options
author | Brad King <brad.king@kitware.com> | 2005-03-11 15:07:36 (GMT) |
---|---|---|
committer | Brad King <brad.king@kitware.com> | 2005-03-11 15:07:36 (GMT) |
commit | 0d0cfaea08f60df59d35fa98a79660109412d6c0 (patch) | |
tree | 327e19660749f0e473b58a8ea2c171ff90f8ae30 /Source/kwsys/RegularExpression.cxx | |
parent | 084a1c9900decdaadaa24fc1dd30875e7892e660 (diff) | |
download | CMake-0d0cfaea08f60df59d35fa98a79660109412d6c0.zip CMake-0d0cfaea08f60df59d35fa98a79660109412d6c0.tar.gz CMake-0d0cfaea08f60df59d35fa98a79660109412d6c0.tar.bz2 |
COMP: Added missing include of string.h.
Diffstat (limited to 'Source/kwsys/RegularExpression.cxx')
-rw-r--r-- | Source/kwsys/RegularExpression.cxx | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Source/kwsys/RegularExpression.cxx b/Source/kwsys/RegularExpression.cxx index 5a2a5e8..707c70a 100644 --- a/Source/kwsys/RegularExpression.cxx +++ b/Source/kwsys/RegularExpression.cxx @@ -34,6 +34,7 @@ #include KWSYS_HEADER(RegularExpression.hxx) #include <stdio.h> +#include <string.h> namespace KWSYS_NAMESPACE { |