aboutsummaryrefslogtreecommitdiffstats
path: root/ASTJsonConverter.h
diff options
context:
space:
mode:
authorMarek Kotewicz <marek.kotewicz@gmail.com>2015-02-10 19:15:44 +0800
committerMarek Kotewicz <marek.kotewicz@gmail.com>2015-02-10 19:18:47 +0800
commitd5499d1caf52af93468237b64bfe75d568939aa1 (patch)
tree5ec20ee575b62b946dc997c4d7480b67fb0a19ee /ASTJsonConverter.h
parentbbf695b0e1b60526b9bf6beaeabe8b031c02bf5d (diff)
downloaddexon-solidity-d5499d1caf52af93468237b64bfe75d568939aa1.tar.gz
dexon-solidity-d5499d1caf52af93468237b64bfe75d568939aa1.tar.zst
dexon-solidity-d5499d1caf52af93468237b64bfe75d568939aa1.zip
fixed jsoncpp find_path
Diffstat (limited to 'ASTJsonConverter.h')
-rw-r--r--ASTJsonConverter.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/ASTJsonConverter.h b/ASTJsonConverter.h
index cb43c2d9..466801e9 100644
--- a/ASTJsonConverter.h
+++ b/ASTJsonConverter.h
@@ -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
{