summaryrefslogtreecommitdiffstats
path: root/src/uscxml/util/URL.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/uscxml/util/URL.cpp')
-rw-r--r--src/uscxml/util/URL.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/uscxml/util/URL.cpp b/src/uscxml/util/URL.cpp
index 79a0ad9..1dd6154 100644
--- a/src/uscxml/util/URL.cpp
+++ b/src/uscxml/util/URL.cpp
@@ -23,7 +23,7 @@
#include <string>
#include <cassert>
-#include <easylogging++.h>
+#include "uscxml/interpreter/Logging.h"
#include "uscxml/config.h"
@@ -784,4 +784,4 @@ URLFetcher* URLFetcher::getInstance() {
}
-} \ No newline at end of file
+}