fixed jsoncpp find_path

This commit is contained in:
Marek Kotewicz 2015-02-10 12:15:44 +01:00
parent bbf695b0e1
commit d5499d1caf
2 changed files with 2 additions and 2 deletions

View File

@ -27,7 +27,7 @@
#include <libsolidity/ASTVisitor.h>
#include <libsolidity/Exceptions.h>
#include <libsolidity/Utils.h>
#include <jsoncpp/json/json.h>
#include <json/json.h>
namespace dev
{

View File

@ -28,7 +28,7 @@
#include <string>
#include <memory>
#include <jsoncpp/json/json.h>
#include <json/json.h>
namespace dev
{