aboutsummaryrefslogtreecommitdiffstats
path: root/Exceptions.h
diff options
context:
space:
mode:
authorLefteris Karapetsas <lefteris@refu.co>2015-02-25 19:19:02 +0800
committerLefteris Karapetsas <lefteris@refu.co>2015-02-25 19:19:02 +0800
commit7f3a544d2a089e38a21b1ce566060edb8fe9c2b2 (patch)
tree06164007df07c21c682cb16bed493b030cf674e2 /Exceptions.h
parentece19cb91336bbd7c37c49c9079b64419c3f6cd0 (diff)
downloaddexon-solidity-7f3a544d2a089e38a21b1ce566060edb8fe9c2b2.tar
dexon-solidity-7f3a544d2a089e38a21b1ce566060edb8fe9c2b2.tar.gz
dexon-solidity-7f3a544d2a089e38a21b1ce566060edb8fe9c2b2.tar.bz2
dexon-solidity-7f3a544d2a089e38a21b1ce566060edb8fe9c2b2.tar.lz
dexon-solidity-7f3a544d2a089e38a21b1ce566060edb8fe9c2b2.tar.xz
dexon-solidity-7f3a544d2a089e38a21b1ce566060edb8fe9c2b2.tar.zst
dexon-solidity-7f3a544d2a089e38a21b1ce566060edb8fe9c2b2.zip
Move SourceLocation to evmcore
Diffstat (limited to 'Exceptions.h')
-rw-r--r--Exceptions.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/Exceptions.h b/Exceptions.h
index 48dfc52e..0d07c706 100644
--- a/Exceptions.h
+++ b/Exceptions.h
@@ -24,7 +24,7 @@
#include <string>
#include <libdevcore/Exceptions.h>
-#include <libdevcore/SourceLocation.h>
+#include <libevmcore/SourceLocation.h>
namespace dev
{