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 /solidityNatspecJSON.cpp | |
parent | 889740217fd90c90da1254a8503e911ba35e6abe (diff) | |
download | dexon-solidity-4d00b3d6fec597b0b082c545cbacc68e98f72334.tar.gz dexon-solidity-4d00b3d6fec597b0b082c545cbacc68e98f72334.tar.zst dexon-solidity-4d00b3d6fec597b0b082c545cbacc68e98f72334.zip |
msvc changes in tests, but tests not yet working there
Diffstat (limited to 'solidityNatspecJSON.cpp')
-rw-r--r-- | solidityNatspecJSON.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/solidityNatspecJSON.cpp b/solidityNatspecJSON.cpp index f1795fe1..d66d1294 100644 --- a/solidityNatspecJSON.cpp +++ b/solidityNatspecJSON.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 |