added missing header

This commit is contained in:
Niels 2015-01-20 21:15:14 +01:00
parent 54fc97d434
commit a7a946bd18
2 changed files with 2 additions and 0 deletions

View file

@ -17,6 +17,7 @@
#include <string> // std::string
#include <vector> // std::vector
#include <iterator> // std::iterator
#include <limits> // std::numeric_limits
namespace nlohmann
{

View file

@ -17,6 +17,7 @@
#include <string> // std::string
#include <vector> // std::vector
#include <iterator> // std::iterator
#include <limits> // std::numeric_limits
namespace nlohmann
{