summary refs log tree commit diff
path: root/json-writer.h
diff options
context:
space:
mode:
authorRamsay Jones <ramsay@ramsayjones.plus.com>2018-09-19 01:08:35 +0100
committerJunio C Hamano <gitster@pobox.com>2018-09-20 11:50:00 -0700
commitbc2133c9d3ebf44b28d0aff5b7328878b6d437fb (patch)
treeb4e021a68f0d82dbd387760fc4f4479262d13bfb /json-writer.h
parentebb7baf02f69f2164b1f89148945d18c376fc6a8 (diff)
json-writer.h: add missing include (hdr-check)
Signed-off-by: Ramsay Jones <ramsay@ramsayjones.plus.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'json-writer.h')
-rw-r--r--json-writer.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/json-writer.h b/json-writer.h
index fc18acc7d9..83906b09c1 100644
--- a/json-writer.h
+++ b/json-writer.h
@@ -42,6 +42,8 @@
  * of the given strings.
  */
 
+#include "strbuf.h"
+
 struct json_writer
 {
 	/*