summaryrefslogtreecommitdiffstats
path: root/apps/uscxml-browser.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'apps/uscxml-browser.cpp')
-rw-r--r--apps/uscxml-browser.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/apps/uscxml-browser.cpp b/apps/uscxml-browser.cpp
index 5f48842..dff207b 100644
--- a/apps/uscxml-browser.cpp
+++ b/apps/uscxml-browser.cpp
@@ -6,7 +6,7 @@
#include "uscxml/interpreter/InterpreterMonitor.h"
#include "uscxml/util/DOM.h"
-#include <easylogging++.h>
+#include "uscxml/interpreter/Logging.h"
#include "uscxml/plugins/Factory.h"
#include "uscxml/server/HTTPServer.h"
@@ -122,4 +122,4 @@ int main(int argc, char** argv) {
std::this_thread::sleep_for(std::chrono::seconds(1));
}
return EXIT_SUCCESS;
-} \ No newline at end of file
+}