aboutsummaryrefslogtreecommitdiff
path: root/xml/parser.hxx
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2014-05-09 15:13:33 -0700
committerBoris Kolpackov <boris@codesynthesis.com>2014-05-09 15:13:33 -0700
commit5aaab6ebbfbe97135550b5820ad6e78d13cdb811 (patch)
treee4c87d658981e422a9eecfed8977ff159946955e /xml/parser.hxx
parent19fbbfa8ffa594690d55dce80963d2016b4ec781 (diff)
Add forward declaration file
Diffstat (limited to 'xml/parser.hxx')
-rw-r--r--xml/parser.hxx1
1 files changed, 1 insertions, 0 deletions
diff --git a/xml/parser.hxx b/xml/parser.hxx
index 97a6291..cd33588 100644
--- a/xml/parser.hxx
+++ b/xml/parser.hxx
@@ -27,6 +27,7 @@
# error UTF-16 expat (XML_UNICODE defined) is not supported
#endif
+#include <xml/forward.hxx>
#include <xml/qname.hxx>
#include <xml/exception.hxx>