Updated header and fixed the bug

This commit is contained in:
Google AutoFuzz Team 2019-06-24 09:45:29 -04:00 committed by Jordan Bayles
parent 786851819e
commit 0e3b22dd3a

View File

@ -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 <bits/stdint-uintn.h>
#include <cstdint>
#include <json/config.h>
#include <json/json.h>
#include <memory>