diff options
author | Gav Wood <i@gavwood.com> | 2014-04-23 22:08:11 +0800 |
---|---|---|
committer | Gav Wood <i@gavwood.com> | 2014-04-23 22:08:11 +0800 |
commit | 3a2597d871958da9a2bca473b273027551101abb (patch) | |
tree | 98b74f9a99d48bd54255e537b13a4abc382f7142 /main.cpp | |
parent | 39a5c080511012373e860dcd3e44585c336beb72 (diff) | |
download | dexon-solidity-3a2597d871958da9a2bca473b273027551101abb.tar.gz dexon-solidity-3a2597d871958da9a2bca473b273027551101abb.tar.zst dexon-solidity-3a2597d871958da9a2bca473b273027551101abb.zip |
Split out libethcore from libethereum.
Diffstat (limited to 'main.cpp')
-rw-r--r-- | main.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -33,7 +33,7 @@ int vmTest(); int hexPrefixTest(); int peerTest(int argc, char** argv); -#include <BlockInfo.h> +#include <libethereum/BlockInfo.h> using namespace eth; BOOST_AUTO_TEST_CASE(basic_tests) |