Skip to content

Commit bc2133c

Browse files
ramsay-jonesgitster
authored andcommitted
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>
1 parent ebb7baf commit bc2133c

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

json-writer.h

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,8 @@
4242
* of the given strings.
4343
*/
4444

45+
#include "strbuf.h"
46+
4547
struct json_writer
4648
{
4749
/*

0 commit comments

Comments
 (0)