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>
Ramsay Jones committed
Sep 19, 2018 at 01:08 UTC
bc2133c9d3ebf44b28d0aff5b7328878b6d437fb
1 file changed
+2
json-writer.h
+2
@@ -42,6 +42,8 @@
42
* of the given strings.
43
*/
44
45
+#include "strbuf.h"
46
+
47
struct json_writer
48
{
49
/*