From a42b503bac579987dbce58dd1b202c6986042e8a Mon Sep 17 00:00:00 2001 From: Arne Morten Kvarving Date: Tue, 18 Nov 2014 10:20:07 +0100 Subject: [PATCH] fixed: properly encapsulate cjson --- opm/json/JsonObject.cpp | 2 +- opm/json/JsonObject.hpp | 3 +-- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/opm/json/JsonObject.cpp b/opm/json/JsonObject.cpp index 82224f695..c005be000 100644 --- a/opm/json/JsonObject.cpp +++ b/opm/json/JsonObject.cpp @@ -27,7 +27,7 @@ #include #include -#include +#include "cjson/cJSON.h" namespace Json { diff --git a/opm/json/JsonObject.hpp b/opm/json/JsonObject.hpp index a3d5f3e23..8b7423a3a 100644 --- a/opm/json/JsonObject.hpp +++ b/opm/json/JsonObject.hpp @@ -24,8 +24,7 @@ #include -#include - +struct cJSON; namespace Json {