diff options
Diffstat (limited to '')
-rw-r--r-- | src/variant.h | 11 |
1 files changed, 9 insertions, 2 deletions
diff --git a/src/variant.h b/src/variant.h index a4f09af..45e3339 100644 --- a/src/variant.h +++ b/src/variant.h | |||
@@ -8,12 +8,19 @@ | |||
8 | #ifndef BU_VARIANT_H | 8 | #ifndef BU_VARIANT_H |
9 | #define BU_VARIANT_H | 9 | #define BU_VARIANT_H |
10 | 10 | ||
11 | #include <bu/string.h> | 11 | //#include <bu/string.h> |
12 | #include <typeinfo> | 12 | #include <typeinfo> |
13 | #include <bu/formatter.h> | 13 | // #include <bu/formatter.h> |
14 | |||
15 | #ifndef NULL | ||
16 | #define NULL (0L) | ||
17 | #endif | ||
18 | |||
19 | #include "bu/exceptionbase.h" | ||
14 | 20 | ||
15 | namespace Bu | 21 | namespace Bu |
16 | { | 22 | { |
23 | class String; | ||
17 | class Formatter; | 24 | class Formatter; |
18 | class Variant; | 25 | class Variant; |
19 | /** @cond DEVEL */ | 26 | /** @cond DEVEL */ |