diff options
Diffstat (limited to 'include/Regex.h')
-rw-r--r-- | include/Regex.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/Regex.h b/include/Regex.h index ce62028..b076342 100644 --- a/include/Regex.h +++ b/include/Regex.h @@ -2,7 +2,7 @@ #define __REGEX_H__ #include <Exceptions.h> -#include <String.h> +#include <BString.h> #include <regex.h> class Regex : public Base { |