From 405648ccafb1e6f47741480cc44e114271d319c0 Mon Sep 17 00:00:00 2001 From: Pixel Date: Mon, 5 Nov 2001 01:42:53 +0000 Subject: Late night changes --- include/Regex.h | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'include/Regex.h') 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 + +class Regex : public Base { + public: + private: +}; + #else #error This only works with a C++ compiler #endif -- cgit v1.2.3