From 4de32a3e0f27ab96ab49ff4818f3ca411c2ca7a1 Mon Sep 17 00:00:00 2001 From: Yong Tang Date: Thu, 2 Apr 2020 21:11:54 +0000 Subject: [PATCH] Fix build breaks in jsoncpp with missing input file Signed-off-by: Yong Tang --- third_party/jsoncpp.BUILD | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/third_party/jsoncpp.BUILD b/third_party/jsoncpp.BUILD index cf3cba05556..7bc466c664f 100644 --- a/third_party/jsoncpp.BUILD +++ b/third_party/jsoncpp.BUILD @@ -12,11 +12,12 @@ cc_library( "src/lib_json/json_writer.cpp", ], hdrs = [ + "include/json/allocator.h", "include/json/autolink.h", "include/json/config.h", - "include/json/features.h", "include/json/forwards.h", "include/json/json.h", + "include/json/json_features.h", "include/json/reader.h", "include/json/value.h", "include/json/version.h",