Skip to content

Commit 0e3b22d

Browse files
Google-Autofuzzbaylesj
authored andcommitted
Updated header and fixed the bug
1 parent 7868518 commit 0e3b22d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/test_lib_json/fuzz.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
1-
// Copyright 2007-2010 The JsonCpp Authors
1+
// Copyright 2007-2019 The JsonCpp Authors
22
// Distributed under MIT license, or public domain if desired and
33
// recognized in your jurisdiction.
44
// See file LICENSE for detail or copy at http://jsoncpp.sourceforge.net/LICENSE
55

66
#include "fuzz.h"
77

8-
#include <bits/stdint-uintn.h>
8+
#include <cstdint>
99
#include <json/config.h>
1010
#include <json/json.h>
1111
#include <memory>

0 commit comments

Comments
 (0)