added missing header
This commit is contained in:
parent
54fc97d434
commit
a7a946bd18
@ -17,6 +17,7 @@
|
|||||||
#include <string> // std::string
|
#include <string> // std::string
|
||||||
#include <vector> // std::vector
|
#include <vector> // std::vector
|
||||||
#include <iterator> // std::iterator
|
#include <iterator> // std::iterator
|
||||||
|
#include <limits> // std::numeric_limits
|
||||||
|
|
||||||
namespace nlohmann
|
namespace nlohmann
|
||||||
{
|
{
|
||||||
|
|||||||
@ -17,6 +17,7 @@
|
|||||||
#include <string> // std::string
|
#include <string> // std::string
|
||||||
#include <vector> // std::vector
|
#include <vector> // std::vector
|
||||||
#include <iterator> // std::iterator
|
#include <iterator> // std::iterator
|
||||||
|
#include <limits> // std::numeric_limits
|
||||||
|
|
||||||
namespace nlohmann
|
namespace nlohmann
|
||||||
{
|
{
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user