aboutsummaryrefslogtreecommitdiffstats
path: root/InterfaceHandler.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 /InterfaceHandler.h
parentbbf695b0e1b60526b9bf6beaeabe8b031c02bf5d (diff)
downloaddexon-solidity-d5499d1caf52af93468237b64bfe75d568939aa1.tar.gz
dexon-solidity-d5499d1caf52af93468237b64bfe75d568939aa1.tar.zst
dexon-solidity-d5499d1caf52af93468237b64bfe75d568939aa1.zip
fixed jsoncpp find_path
Diffstat (limited to 'InterfaceHandler.h')
-rw-r--r--InterfaceHandler.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/InterfaceHandler.h b/InterfaceHandler.h
index 2b62cabd..08232e4d 100644
--- a/InterfaceHandler.h
+++ b/InterfaceHandler.h
@@ -28,7 +28,7 @@
#include <string>
#include <memory>
-#include <jsoncpp/json/json.h>
+#include <json/json.h>
namespace dev
{