summaryrefslogtreecommitdiffstats
path: root/src/uscxml/server/HTTPServer.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/uscxml/server/HTTPServer.cpp')
-rw-r--r--src/uscxml/server/HTTPServer.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/uscxml/server/HTTPServer.cpp b/src/uscxml/server/HTTPServer.cpp
index 679ab67..a5dcb8b 100644
--- a/src/uscxml/server/HTTPServer.cpp
+++ b/src/uscxml/server/HTTPServer.cpp
@@ -40,7 +40,7 @@ extern "C" {
#include <event2/thread.h>
}
-#include <easylogging++.h>
+#include "uscxml/interpreter/Logging.h"
#include <boost/algorithm/string.hpp>
#ifndef _WIN32
@@ -791,4 +791,4 @@ void HTTPServer::sslGeneralBufferEventCallback (struct evhttp_request *req, void
}
#endif
-} \ No newline at end of file
+}