json-writer.h: add missing include (hdr-check)
authorRamsay Jones <redacted>
Wed, 19 Sep 2018 00:08:35 +0000 (01:08 +0100)
committerJunio C Hamano <redacted>
Thu, 20 Sep 2018 18:50:00 +0000 (11:50 -0700)
Signed-off-by: Ramsay Jones <redacted>
Signed-off-by: Junio C Hamano <redacted>
json-writer.h

index fc18acc7d913d170797b65b4f80071bce5310ba7..83906b09c173894111383b3fc3a0ec7e398373c7 100644 (file)
@@ -42,6 +42,8 @@
  * of the given strings.
  */
 
+#include "strbuf.h"
+
 struct json_writer
 {
        /*
git clone https://git.99rst.org/PROJECT