diff options
Diffstat (limited to 'include/Regex.h')
-rw-r--r-- | include/Regex.h | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/include/Regex.h b/include/Regex.h index 363be99..66f6fc3 100644 --- a/include/Regex.h +++ b/include/Regex.h @@ -2,6 +2,13 @@ #define __REGEX_H__ #ifdef __cplusplus +#include <Exceptions.h> + +class Regex : public Base { + public: + private: +}; + #else #error This only works with a C++ compiler #endif |