added missing header
This commit is contained in:
parent
54fc97d434
commit
a7a946bd18
2 changed files with 2 additions and 0 deletions
|
@ -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 a new issue