diff options
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 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> |