fixed: properly encapsulate cjson
This commit is contained in:
parent
84f49e6e92
commit
a42b503bac
@ -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 {
|
||||||
|
|
||||||
|
@ -24,8 +24,7 @@
|
|||||||
|
|
||||||
#include <boost/filesystem/path.hpp>
|
#include <boost/filesystem/path.hpp>
|
||||||
|
|
||||||
#include <cjson/cJSON.h>
|
struct cJSON;
|
||||||
|
|
||||||
|
|
||||||
namespace Json {
|
namespace Json {
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user