summaryrefslogtreecommitdiff
path: root/src/utils/xml.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/utils/xml.cpp')
-rw-r--r--src/utils/xml.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/utils/xml.cpp b/src/utils/xml.cpp
index 0ffd2acfc..b31b60ee1 100644
--- a/src/utils/xml.cpp
+++ b/src/utils/xml.cpp
@@ -30,6 +30,8 @@
#include <fstream>
#include <cstring>
+#include "debug.h"
+
namespace XML
{
Document::Document(const std::string &filename, bool useResman):