mirror of
https://github.com/nlohmann/json
synced 2024-11-27 14:20:07 +00:00
added missing header
This commit is contained in:
parent
54fc97d434
commit
a7a946bd18
@ -17,6 +17,7 @@
|
||||
#include <string> // std::string
|
||||
#include <vector> // std::vector
|
||||
#include <iterator> // std::iterator
|
||||
#include <limits> // std::numeric_limits
|
||||
|
||||
namespace nlohmann
|
||||
{
|
||||
|
@ -17,6 +17,7 @@
|
||||
#include <string> // std::string
|
||||
#include <vector> // std::vector
|
||||
#include <iterator> // std::iterator
|
||||
#include <limits> // std::numeric_limits
|
||||
|
||||
namespace nlohmann
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user