From bc2133c9d3ebf44b28d0aff5b7328878b6d437fb Mon Sep 17 00:00:00 2001 From: Ramsay Jones Date: Wed, 19 Sep 2018 01:08:35 +0100 Subject: [PATCH] json-writer.h: add missing include (hdr-check) Signed-off-by: Ramsay Jones Signed-off-by: Junio C Hamano --- json-writer.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/json-writer.h b/json-writer.h index fc18acc7d91..83906b09c17 100644 --- a/json-writer.h +++ b/json-writer.h @@ -42,6 +42,8 @@ * of the given strings. */ +#include "strbuf.h" + struct json_writer { /*