summaryrefslogtreecommitdiffstats
path: root/test/src/test-url.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'test/src/test-url.cpp')
-rw-r--r--test/src/test-url.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/src/test-url.cpp b/test/src/test-url.cpp
index 0e1d115..3d46c03 100644
--- a/test/src/test-url.cpp
+++ b/test/src/test-url.cpp
@@ -5,7 +5,7 @@
#include "uscxml/config.h"
#include <xercesc/parsers/XercesDOMParser.hpp>
-#include <easylogging++.h>
+#include "uscxml/interpreter/Logging.h"
#include <assert.h>
#include <iostream>
@@ -295,4 +295,4 @@ int main(int argc, char** argv) {
assert(iequals(url.scheme(), "file"));
}
#endif
-} \ No newline at end of file
+}