From 0e3b22dd3ad15d1b4b6fed6ff0333ff28bb74a17 Mon Sep 17 00:00:00 2001 From: Google AutoFuzz Team Date: Mon, 24 Jun 2019 09:45:29 -0400 Subject: [PATCH] Updated header and fixed the bug --- src/test_lib_json/fuzz.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/test_lib_json/fuzz.cpp b/src/test_lib_json/fuzz.cpp index 8265a17..f79f19f 100644 --- a/src/test_lib_json/fuzz.cpp +++ b/src/test_lib_json/fuzz.cpp @@ -1,11 +1,11 @@ -// Copyright 2007-2010 The JsonCpp Authors +// Copyright 2007-2019 The JsonCpp Authors // Distributed under MIT license, or public domain if desired and // recognized in your jurisdiction. // See file LICENSE for detail or copy at http://jsoncpp.sourceforge.net/LICENSE #include "fuzz.h" -#include +#include #include #include #include