fixed: properly encapsulate cjson

This commit is contained in:
Arne Morten Kvarving 2014-11-18 10:20:07 +01:00
parent 84f49e6e92
commit a42b503bac
2 changed files with 2 additions and 3 deletions

View File

@ -27,7 +27,7 @@
#include <boost/filesystem/operations.hpp> #include <boost/filesystem/operations.hpp>
#include <opm/json/JsonObject.hpp> #include <opm/json/JsonObject.hpp>
#include <opm/json/cjson/cJSON.h> #include "cjson/cJSON.h"
namespace Json { namespace Json {

View File

@ -24,8 +24,7 @@
#include <boost/filesystem/path.hpp> #include <boost/filesystem/path.hpp>
#include <cjson/cJSON.h> struct cJSON;
namespace Json { namespace Json {