aboutsummaryrefslogtreecommitdiffstats
path: root/Compiler.h
diff options
context:
space:
mode:
authorGav Wood <i@gavwood.com>2014-09-06 00:24:29 +0800
committerGav Wood <i@gavwood.com>2014-09-06 00:24:29 +0800
commit55d0e1c34ef3c14b2c262fe7edd4fdc2f18bcfb5 (patch)
tree247519b7da49081cd572868d836249cece6d27b9 /Compiler.h
parent6ff57fe0759d13a97346cf5590f57ad729cbbae7 (diff)
downloaddexon-solidity-55d0e1c34ef3c14b2c262fe7edd4fdc2f18bcfb5.tar.gz
dexon-solidity-55d0e1c34ef3c14b2c262fe7edd4fdc2f18bcfb5.tar.zst
dexon-solidity-55d0e1c34ef3c14b2c262fe7edd4fdc2f18bcfb5.zip
Split ethcore off into devcrypto ready for Whisper's crypto and repot namespace.
Rename ethential to devcore.
Diffstat (limited to 'Compiler.h')
-rw-r--r--Compiler.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/Compiler.h b/Compiler.h
index 5daec0a5..0fadd278 100644
--- a/Compiler.h
+++ b/Compiler.h
@@ -23,7 +23,7 @@
#include <string>
#include <vector>
-#include <libethential/Common.h>
+#include <libdevcore/Common.h>
namespace dev
{