1
0
mirror of https://github.com/nlohmann/json.git synced 2025-07-31 10:24:23 +03:00

🚨 fix warnings

This commit is contained in:
Niels Lohmann
2020-12-26 17:56:16 +01:00
parent f15d447522
commit dfedefb993
6 changed files with 18 additions and 0 deletions

View File

@ -11,6 +11,7 @@
#include <limits> // numeric_limits
#include <string> // char_traits, string
#include <utility> // make_pair, move
#include <vector> // vector
#include <nlohmann/detail/exceptions.hpp>
#include <nlohmann/detail/input/input_adapters.hpp>