aboutsummaryrefslogtreecommitdiffstats
path: root/dagger.cpp
diff options
context:
space:
mode:
authorGav Wood <i@gavwood.com>2014-06-28 05:47:24 +0800
committerGav Wood <i@gavwood.com>2014-06-28 05:47:24 +0800
commitb62f71c699de687268b5d83a526f66027fca07ea (patch)
tree075bf6824f198776505f5f6e0fed6a1ac978cb7a /dagger.cpp
parentd737f6df42f98c42d98d7bd4bad8a8c96e61d5a1 (diff)
downloaddexon-solidity-b62f71c699de687268b5d83a526f66027fca07ea.tar.gz
dexon-solidity-b62f71c699de687268b5d83a526f66027fca07ea.tar.zst
dexon-solidity-b62f71c699de687268b5d83a526f66027fca07ea.zip
Project refactor. Introduce the Serpent library.
Diffstat (limited to 'dagger.cpp')
-rw-r--r--dagger.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/dagger.cpp b/dagger.cpp
index 27ad1c74..4f65b47a 100644
--- a/dagger.cpp
+++ b/dagger.cpp
@@ -21,7 +21,7 @@
*/
#include <chrono>
-#include <libethsupport/Log.h>
+#include <libethential/Log.h>
#include <libethcore/Dagger.h>
using namespace std;
using namespace std::chrono;