summaryrefslogtreecommitdiffstats
path: root/src/uscxml/plugins/Factory.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/uscxml/plugins/Factory.cpp')
-rw-r--r--src/uscxml/plugins/Factory.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/uscxml/plugins/Factory.cpp b/src/uscxml/plugins/Factory.cpp
index a60fe4c..443cb59 100644
--- a/src/uscxml/plugins/Factory.cpp
+++ b/src/uscxml/plugins/Factory.cpp
@@ -22,7 +22,7 @@
#include "uscxml/plugins/Factory.h"
#include "uscxml/messages/Data.h"
#include "uscxml/Interpreter.h"
-#include <easylogging++.h>
+#include "uscxml/interpreter/Logging.h"
#include "uscxml/plugins/ExecutableContentImpl.h"
@@ -525,4 +525,4 @@ void InvokerImpl::eventToSCXML(Event& event,
Factory* Factory::_instance = NULL;
std::string Factory::_defaultPluginPath;
-} \ No newline at end of file
+}