diff options
-rw-r--r-- | SolidityABIJSON.cpp | 2 | ||||
-rw-r--r-- | SolidityNatspecJSON.cpp | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/SolidityABIJSON.cpp b/SolidityABIJSON.cpp index 242a88e7..10873b5a 100644 --- a/SolidityABIJSON.cpp +++ b/SolidityABIJSON.cpp @@ -22,7 +22,7 @@ #include <boost/test/unit_test.hpp> #include <libsolidity/CompilerStack.h> -#include <jsoncpp/json/json.h> +#include <json/json.h> #include <libdevcore/Exceptions.h> namespace dev diff --git a/SolidityNatspecJSON.cpp b/SolidityNatspecJSON.cpp index b652ad10..d1a443c2 100644 --- a/SolidityNatspecJSON.cpp +++ b/SolidityNatspecJSON.cpp @@ -21,7 +21,7 @@ */ #include <boost/test/unit_test.hpp> -#include <jsoncpp/json/json.h> +#include <json/json.h> #include <libsolidity/CompilerStack.h> #include <libsolidity/Exceptions.h> #include <libdevcore/Exceptions.h> |