Skip to content

Commit 8b07a2f

Browse files
committed
tidy includes
1 parent 5c40952 commit 8b07a2f

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

include/jsoncons_ext/csv/csv_encoder.hpp

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright 2013-2024 Daniel Parker
1+
// Copyright 2013-2025 Daniel Parker
22
// Distributed under the Boost license, Version 1.0.
33
// (See accompanying file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
44

@@ -17,6 +17,7 @@
1717
#include <vector>
1818

1919
#include <jsoncons/detail/write_number.hpp>
20+
#include <jsoncons/json_encoder.hpp>
2021
#include <jsoncons/json_exception.hpp>
2122
#include <jsoncons/json_visitor.hpp>
2223
#include <jsoncons/sink.hpp>

0 commit comments

Comments
 (0)