summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ext/json/php_json.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/ext/json/php_json.h b/ext/json/php_json.h
index e27d9f9676..3207acd048 100644
--- a/ext/json/php_json.h
+++ b/ext/json/php_json.h
@@ -22,6 +22,7 @@
#define PHP_JSON_H
#define PHP_JSON_VERSION "1.2.1"
+#include "ext/standard/php_smart_str.h"
extern zend_module_entry json_module_entry;
#define phpext_json_ptr &json_module_entry