mirror of
https://github.com/nlohmann/json.git
synced 2025-07-31 10:24:23 +03:00
🐛 add missing header to input_adapters.hpp (#4830)
Signed-off-by: David Kilzer <ddkilzer@apple.com> Co-authored-by: David Kilzer <ddkilzer@apple.com>
This commit is contained in:
@ -14,6 +14,7 @@
|
||||
#include <iterator> // begin, end, iterator_traits, random_access_iterator_tag, distance, next
|
||||
#include <memory> // shared_ptr, make_shared, addressof
|
||||
#include <numeric> // accumulate
|
||||
#include <streambuf> // streambuf
|
||||
#include <string> // string, char_traits
|
||||
#include <type_traits> // enable_if, is_base_of, is_pointer, is_integral, remove_pointer
|
||||
#include <utility> // pair, declval
|
||||
|
Reference in New Issue
Block a user