summaryrefslogtreecommitdiffstats
path: root/src/uscxml/messages/Data.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/uscxml/messages/Data.cpp')
-rw-r--r--src/uscxml/messages/Data.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/uscxml/messages/Data.cpp b/src/uscxml/messages/Data.cpp
index 089de96..a75e774 100644
--- a/src/uscxml/messages/Data.cpp
+++ b/src/uscxml/messages/Data.cpp
@@ -24,7 +24,7 @@
#include "uscxml/util/DOM.h"
-#include "easylogging++.h"
+#include "uscxml/interpreter/Logging.h"
#ifdef HAS_STRING_H
#include <string.h>
@@ -290,4 +290,4 @@ std::string Data::toJSON(const Data& data) {
return os.str();
}
-} \ No newline at end of file
+}