aboutsummaryrefslogtreecommitdiff
path: root/src/include/utils/json.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/include/utils/json.h')
-rw-r--r--src/include/utils/json.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/include/utils/json.h b/src/include/utils/json.h
index fa0d4fcad74..c355e0f73ee 100644
--- a/src/include/utils/json.h
+++ b/src/include/utils/json.h
@@ -15,6 +15,7 @@
#define JSON_H
#include "fmgr.h"
+#include "lib/stringinfo.h"
extern Datum json_in(PG_FUNCTION_ARGS);
extern Datum json_out(PG_FUNCTION_ARGS);