Skip to content

Commit 51d6733

Browse files
committed
tidy includes
1 parent 3dd28c1 commit 51d6733

File tree

10 files changed

+15
-0
lines changed

10 files changed

+15
-0
lines changed

include/jsoncons_ext/bson/encode_bson.hpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@
1313
#include <jsoncons/config/compiler_support.hpp>
1414
#include <jsoncons/config/jsoncons_config.hpp>
1515
#include <jsoncons/basic_json.hpp>
16+
#include <jsoncons/encode_traits.hpp>
1617
#include <jsoncons/utility/extension_traits.hpp>
1718

1819
#include <jsoncons_ext/bson/bson_encoder.hpp>

include/jsoncons_ext/csv/decode_csv.hpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@
1010
#include <jsoncons/allocator_set.hpp>
1111
#include <jsoncons/config/compiler_support.hpp>
1212
#include <jsoncons/basic_json.hpp>
13+
#include <jsoncons/decode_traits.hpp>
1314

1415
#include <jsoncons_ext/csv/csv_cursor.hpp>
1516
#include <jsoncons_ext/csv/csv_encoder.hpp>

include/jsoncons_ext/csv/encode_csv.hpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@
1313
#include <jsoncons_ext/csv/csv_options.hpp>
1414
#include <jsoncons_ext/csv/csv_reader.hpp>
1515
#include <jsoncons/basic_json.hpp>
16+
#include <jsoncons/encode_traits.hpp>
1617

1718
namespace jsoncons {
1819
namespace csv {

include/jsoncons_ext/jmespath/jmespath.hpp

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,9 @@
2323

2424
#include <jsoncons/config/compiler_support.hpp>
2525
#include <jsoncons/json_type.hpp>
26+
#include <jsoncons/json_decoder.hpp>
27+
#include <jsoncons/json_reader.hpp>
28+
#include <jsoncons/detail/parse_number.hpp>
2629
#include <jsoncons/tag_type.hpp>
2730
#include <jsoncons/utility/unicode_traits.hpp>
2831

include/jsoncons_ext/jsonschema/common/keyword_validators.hpp

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,13 +11,16 @@
1111
#include <cassert>
1212
#include <cstddef>
1313
#include <iostream>
14+
#include <map>
1415
#include <set>
1516
#include <string>
1617
#include <system_error>
1718
#include <unordered_set>
1819
#include <vector>
1920

2021
#include <jsoncons/config/jsoncons_config.hpp>
22+
#include <jsoncons/byte_string.hpp>
23+
#include <jsoncons/json_reader.hpp>
2124
#include <jsoncons/tag_type.hpp>
2225
#include <jsoncons/utility/unicode_traits.hpp>
2326
#include <jsoncons/utility/uri.hpp>

include/jsoncons_ext/mergepatch/mergepatch.hpp

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@
77
#ifndef JSONCONS_EXT_MERGEPATCH_MERGEPATCH_HPP
88
#define JSONCONS_EXT_MERGEPATCH_MERGEPATCH_HPP
99

10+
#include <jsoncons/tag_type.hpp>
11+
1012
namespace jsoncons {
1113
namespace mergepatch {
1214

include/jsoncons_ext/msgpack/decode_msgpack.hpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@
1414
#include <jsoncons/config/compiler_support.hpp>
1515
#include <jsoncons/config/jsoncons_config.hpp>
1616
#include <jsoncons/basic_json.hpp>
17+
#include <jsoncons/decode_traits.hpp>
1718

1819
#include <jsoncons_ext/msgpack/msgpack_cursor.hpp>
1920
#include <jsoncons_ext/msgpack/msgpack_encoder.hpp>

include/jsoncons_ext/msgpack/encode_msgpack.hpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@
1212
#include <jsoncons/config/compiler_support.hpp>
1313
#include <jsoncons/config/jsoncons_config.hpp>
1414
#include <jsoncons/basic_json.hpp>
15+
#include <jsoncons/encode_traits.hpp>
1516

1617
#include <jsoncons_ext/msgpack/msgpack_encoder.hpp>
1718
#include <jsoncons_ext/msgpack/msgpack_reader.hpp>

include/jsoncons_ext/ubjson/decode_ubjson.hpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@
1414
#include <jsoncons/config/compiler_support.hpp>
1515
#include <jsoncons/config/jsoncons_config.hpp>
1616
#include <jsoncons/basic_json.hpp>
17+
#include <jsoncons/decode_traits.hpp>
1718

1819
#include <jsoncons_ext/ubjson/ubjson_cursor.hpp>
1920
#include <jsoncons_ext/ubjson/ubjson_reader.hpp>

include/jsoncons_ext/ubjson/encode_ubjson.hpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@
1313
#include <jsoncons/config/compiler_support.hpp>
1414
#include <jsoncons/config/jsoncons_config.hpp>
1515
#include <jsoncons/basic_json.hpp>
16+
#include <jsoncons/encode_traits.hpp>
1617

1718
#include <jsoncons_ext/ubjson/ubjson_encoder.hpp>
1819
#include <jsoncons_ext/ubjson/ubjson_reader.hpp>

0 commit comments

Comments
 (0)