summaryrefslogtreecommitdiff
path: root/src/configuration.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/configuration.cpp')
-rw-r--r--src/configuration.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/configuration.cpp b/src/configuration.cpp
index 04acbce28..ffb80ad13 100644
--- a/src/configuration.cpp
+++ b/src/configuration.cpp
@@ -30,6 +30,8 @@
#include <libxml/encoding.h>
+#include "debug.h"
+
#ifdef DEBUG_CONFIG
#define GETLOG() if (logger) {logger->log("config get: " + key); }
#else