diff options
Diffstat (limited to 'src/xmlreader.h')
-rw-r--r-- | src/xmlreader.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/xmlreader.h b/src/xmlreader.h index 375dfe3..f2d975b 100644 --- a/src/xmlreader.h +++ b/src/xmlreader.h | |||
@@ -2,11 +2,14 @@ | |||
2 | #define BU_XML_READER_H | 2 | #define BU_XML_READER_H |
3 | 3 | ||
4 | #include "bu/fstring.h" | 4 | #include "bu/fstring.h" |
5 | #include "bu/exceptionbase.h" | ||
5 | 6 | ||
6 | namespace Bu | 7 | namespace Bu |
7 | { | 8 | { |
8 | class Stream; | 9 | class Stream; |
9 | 10 | ||
11 | subExceptionDecl( XmlException ); | ||
12 | |||
10 | class XmlReader | 13 | class XmlReader |
11 | { | 14 | { |
12 | public: | 15 | public: |