From: Ilya Zhuravlev Date: Thu, 21 Feb 2013 22:41:59 +0000 (+0400) Subject: Fix json include X-Git-Url: http://81.2.79.47:8989/gitweb/?a=commitdiff_plain;h=c19fc00b044daba41fbdc3762851c6a1bae74b40;p=zefram%2Fminetest%2Fminetest_engine.git Fix json include --- diff --git a/src/json/jsoncpp.cpp b/src/json/jsoncpp.cpp index dbe5a349..7a04736d 100644 --- a/src/json/jsoncpp.cpp +++ b/src/json/jsoncpp.cpp @@ -73,7 +73,7 @@ license you like. -#include "json/json.h" +#include "json.h" // //////////////////////////////////////////////////////////////////////