diff options
author | Ramsay Jones <ramsay@ramsayjones.plus.com> | 2018-09-19 02:08:35 +0200 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2018-09-20 20:50:00 +0200 |
commit | bc2133c9d3ebf44b28d0aff5b7328878b6d437fb (patch) | |
tree | b4e021a68f0d82dbd387760fc4f4479262d13bfb /json-writer.h | |
parent | Makefile: add a hdr-check target (diff) | |
download | git-bc2133c9d3ebf44b28d0aff5b7328878b6d437fb.tar.xz git-bc2133c9d3ebf44b28d0aff5b7328878b6d437fb.zip |
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>
Diffstat (limited to 'json-writer.h')
-rw-r--r-- | json-writer.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/json-writer.h b/json-writer.h index fc18acc7d9..83906b09c1 100644 --- a/json-writer.h +++ b/json-writer.h @@ -42,6 +42,8 @@ * of the given strings. */ +#include "strbuf.h" + struct json_writer { /* |