Browse code

ooxml: added header file

Kevin Lin authored on 2014/05/07 02:39:52
Showing 1 changed files
... ...
@@ -30,6 +30,9 @@
30 30
 #include "cltypes.h"
31 31
 #include "others.h"
32 32
 #include "unzip.h"
33
+#if HAVE_JSON
34
+#include "json/json.h"
35
+#endif
33 36
 #include "json_api.h"
34 37
 
35 38
 #if HAVE_LIBXML2