Skip to content

Commit d70e46b

Browse files
ddkilzerDavid Kilzer
andauthored
🐛 add missing header to input_adapters.hpp (nlohmann#4830)
Signed-off-by: David Kilzer <ddkilzer@apple.com> Co-authored-by: David Kilzer <ddkilzer@apple.com>
1 parent b451735 commit d70e46b

2 files changed

Lines changed: 2 additions & 0 deletions

File tree

include/nlohmann/detail/input/input_adapters.hpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@
1414
#include <iterator> // begin, end, iterator_traits, random_access_iterator_tag, distance, next
1515
#include <memory> // shared_ptr, make_shared, addressof
1616
#include <numeric> // accumulate
17+
#include <streambuf> // streambuf
1718
#include <string> // string, char_traits
1819
#include <type_traits> // enable_if, is_base_of, is_pointer, is_integral, remove_pointer
1920
#include <utility> // pair, declval

single_include/nlohmann/json.hpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6503,6 +6503,7 @@ NLOHMANN_JSON_NAMESPACE_END
65036503
#include <iterator> // begin, end, iterator_traits, random_access_iterator_tag, distance, next
65046504
#include <memory> // shared_ptr, make_shared, addressof
65056505
#include <numeric> // accumulate
6506+
#include <streambuf> // streambuf
65066507
#include <string> // string, char_traits
65076508
#include <type_traits> // enable_if, is_base_of, is_pointer, is_integral, remove_pointer
65086509
#include <utility> // pair, declval

0 commit comments

Comments
 (0)