🚨 fixed warnings

This commit is contained in:
Niels Lohmann 2019-03-15 14:55:13 +01:00
parent 0c65ba960e
commit 27011e3718
No known key found for this signature in database
GPG key ID: 7F3CEA63AE251B69
16 changed files with 58 additions and 44 deletions

View file

@ -5,6 +5,7 @@
#include <cstdint> // uint8_t, uint16_t, uint32_t, uint64_t
#include <cstring> // memcpy
#include <limits> // numeric_limits
#include <string> // string
#include <nlohmann/detail/input/binary_reader.hpp>
#include <nlohmann/detail/output/output_adapters.hpp>

View file

@ -12,6 +12,7 @@
#include <limits> // numeric_limits
#include <string> // string
#include <type_traits> // is_same
#include <utility> // move
#include <nlohmann/detail/exceptions.hpp>
#include <nlohmann/detail/conversions/to_chars.hpp>