]> git.lizzy.rs Git - dragonfireclient.git/blobdiff - src/convert_json.h
Fixes for compiling with a newer (system) jsoncpp (#4429)
[dragonfireclient.git] / src / convert_json.h
index 6732fcfa3148b52a078f5e4f2e95da9b9f9b9d2b..55321af5fe3f51122fe6c16651de344b1ffaf6aa 100644 (file)
@@ -20,7 +20,7 @@ with this program; if not, write to the Free Software Foundation, Inc.,
 #ifndef __CONVERT_JSON_H__
 #define __CONVERT_JSON_H__
 
-#include "json/json.h"
+#include <json/json.h>
 
 struct ModStoreMod;
 struct ModStoreModDetails;