diff options
Diffstat (limited to 'src/xmlreader.cpp')
-rw-r--r-- | src/xmlreader.cpp | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/xmlreader.cpp b/src/xmlreader.cpp index 9d299e6..12d8dba 100644 --- a/src/xmlreader.cpp +++ b/src/xmlreader.cpp | |||
@@ -1,6 +1,7 @@ | |||
1 | #include "bu/xmlreader.h" | 1 | #include "bu/xmlreader.h" |
2 | #include "bu/stream.h" | 2 | #include "bu/stream.h" |
3 | #include "bu/exceptions.h" | 3 | |
4 | namespace Bu { subExceptionDef( XmlException ) } | ||
4 | 5 | ||
5 | Bu::XmlReader::XmlReader( Stream &rInput ) : | 6 | Bu::XmlReader::XmlReader( Stream &rInput ) : |
6 | rInput( rInput ), | 7 | rInput( rInput ), |