diff options
author | debris <marek.kotewicz@gmail.com> | 2014-12-09 07:58:02 +0800 |
---|---|---|
committer | debris <marek.kotewicz@gmail.com> | 2014-12-09 07:58:02 +0800 |
commit | 4d00b3d6fec597b0b082c545cbacc68e98f72334 (patch) | |
tree | a467f08eaec0e56d2e2b1588403cd38402f68d76 /solidityJSONInterfaceTest.cpp | |
parent | 889740217fd90c90da1254a8503e911ba35e6abe (diff) | |
download | dexon-solidity-4d00b3d6fec597b0b082c545cbacc68e98f72334.tar dexon-solidity-4d00b3d6fec597b0b082c545cbacc68e98f72334.tar.gz dexon-solidity-4d00b3d6fec597b0b082c545cbacc68e98f72334.tar.bz2 dexon-solidity-4d00b3d6fec597b0b082c545cbacc68e98f72334.tar.lz dexon-solidity-4d00b3d6fec597b0b082c545cbacc68e98f72334.tar.xz dexon-solidity-4d00b3d6fec597b0b082c545cbacc68e98f72334.tar.zst dexon-solidity-4d00b3d6fec597b0b082c545cbacc68e98f72334.zip |
msvc changes in tests, but tests not yet working there
Diffstat (limited to 'solidityJSONInterfaceTest.cpp')
-rw-r--r-- | solidityJSONInterfaceTest.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/solidityJSONInterfaceTest.cpp b/solidityJSONInterfaceTest.cpp index 487508bb..c734009c 100644 --- a/solidityJSONInterfaceTest.cpp +++ b/solidityJSONInterfaceTest.cpp @@ -22,7 +22,7 @@ #include <boost/test/unit_test.hpp> #include <libsolidity/CompilerStack.h> -#include <jsonrpc/json/json.h> +#include <jsoncpp/json/json.h> #include <libdevcore/Exceptions.h> namespace dev |