From 5ab36afaed2372278904b838ba10e3c6d87d1c75 Mon Sep 17 00:00:00 2001 From: Marek Kotewicz Date: Tue, 10 Feb 2015 12:15:44 +0100 Subject: [PATCH] fixed jsoncpp find_path --- SolidityABIJSON.cpp | 2 +- SolidityNatspecJSON.cpp | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/SolidityABIJSON.cpp b/SolidityABIJSON.cpp index d600340eb..9cb7c9445 100644 --- a/SolidityABIJSON.cpp +++ b/SolidityABIJSON.cpp @@ -22,7 +22,7 @@ #include #include -#include +#include #include namespace dev diff --git a/SolidityNatspecJSON.cpp b/SolidityNatspecJSON.cpp index 911820ddd..91d504e8c 100644 --- a/SolidityNatspecJSON.cpp +++ b/SolidityNatspecJSON.cpp @@ -21,7 +21,7 @@ */ #include -#include +#include #include #include #include