summaryrefslogtreecommitdiffstats
path: root/src/uscxml/util/DOM.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/uscxml/util/DOM.cpp')
-rw-r--r--src/uscxml/util/DOM.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/uscxml/util/DOM.cpp b/src/uscxml/util/DOM.cpp
index 1de6423..cc1e2d7 100644
--- a/src/uscxml/util/DOM.cpp
+++ b/src/uscxml/util/DOM.cpp
@@ -29,7 +29,7 @@
#include <xercesc/dom/DOM.hpp>
#include <xercesc/framework/StdOutFormatTarget.hpp>
-#include "easylogging++.h"
+#include "uscxml/interpreter/Logging.h"
//#include <glog/logging.h>
//#include <boost/algorithm/string.hpp>
@@ -392,4 +392,4 @@ std::list<DOMNode*> DOMUtils::filterChildType(const DOMNode::NodeType type,
}
-} \ No newline at end of file
+}