summaryrefslogtreecommitdiff
path: root/src/saxparser.cc
diff options
context:
space:
mode:
authorBent Bisballe Nyeng <deva@aasimon.org>2013-01-10 15:51:33 +0100
committerBent Bisballe Nyeng <deva@aasimon.org>2013-01-10 15:51:33 +0100
commitd935b195a2246fa24d35df7c6fc354ae628a6777 (patch)
treec739e709ad3898df094d6779e50eaefa4f9cf82c /src/saxparser.cc
parent93415d809989afc341472ea598579c924dc1e745 (diff)
Added attributes to nodes as well as messages for manipulating and transporting them. Switched debug interface to hugin.
Diffstat (limited to 'src/saxparser.cc')
-rw-r--r--src/saxparser.cc3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/saxparser.cc b/src/saxparser.cc
index d261b72..52e8d3c 100644
--- a/src/saxparser.cc
+++ b/src/saxparser.cc
@@ -25,7 +25,8 @@
* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA.
*/
#include "saxparser.h"
-#include "debug.h"
+
+#include "hugin.hpp"
#include <string.h>
#include <stdio.h>