summaryrefslogtreecommitdiffstats
path: root/test/src/test-stress.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'test/src/test-stress.cpp')
-rw-r--r--test/src/test-stress.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/src/test-stress.cpp b/test/src/test-stress.cpp
index d3209e2..6312ae4 100644
--- a/test/src/test-stress.cpp
+++ b/test/src/test-stress.cpp
@@ -3,7 +3,7 @@
//#include "uscxml/Factory.h"
#include "uscxml/server/HTTPServer.h"
-#include <easylogging++.h>
+#include "uscxml/interpreter/Logging.h"
#include "uscxml/plugins/invoker/dirmon/DirMonInvoker.h"
#include <boost/algorithm/string.hpp>
@@ -106,4 +106,4 @@ int main(int argc, char** argv) {
delete watcher;
return EXIT_SUCCESS;
-} \ No newline at end of file
+}