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>
This commit is contained in:
Ramsay Jones 2018-09-19 01:08:35 +01:00 committed by Junio C Hamano
parent ebb7baf02f
commit bc2133c9d3
1 changed files with 2 additions and 0 deletions

View File

@ -42,6 +42,8 @@
* of the given strings.
*/
#include "strbuf.h"
struct json_writer
{
/*