1
0
mirror of https://github.com/nlohmann/json synced 2024-11-24 04:40:13 +00:00

added missing header

This commit is contained in:
Niels 2015-01-09 17:40:14 +01:00
parent 535aef5ad0
commit 33f5236687

View File

@ -16,6 +16,7 @@
#include <map> // std::map
#include <string> // std::string
#include <vector> // std::vector
#include <iterator> // std::iterator
namespace nlohmann
{