aboutsummaryrefslogtreecommitdiffstats
path: root/KnownState.cpp
diff options
context:
space:
mode:
authorGav Wood <i@gavwood.com>2015-05-20 01:51:38 +0800
committerGav Wood <i@gavwood.com>2015-05-20 01:51:38 +0800
commit3ecd54a83513d8b59b5e27c671a036870cf1bc90 (patch)
tree609e5a38e2d48b3499c599a7f6fa0b635afc2603 /KnownState.cpp
parente50070035fa25f9a4d89cd6cd9e2ef2a7f04919b (diff)
downloaddexon-solidity-3ecd54a83513d8b59b5e27c671a036870cf1bc90.tar.gz
dexon-solidity-3ecd54a83513d8b59b5e27c671a036870cf1bc90.tar.zst
dexon-solidity-3ecd54a83513d8b59b5e27c671a036870cf1bc90.zip
Move non-cryptopp dependent stuff into devcore.
Diffstat (limited to 'KnownState.cpp')
-rw-r--r--KnownState.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/KnownState.cpp b/KnownState.cpp
index 0aac9ced..895778ed 100644
--- a/KnownState.cpp
+++ b/KnownState.cpp
@@ -23,7 +23,7 @@
#include "KnownState.h"
#include <functional>
-#include <libdevcrypto/SHA3.h>
+#include <libdevcore/SHA3.h>
#include <libevmasm/AssemblyItem.h>
using namespace std;