1
0
mirror of https://github.com/nlohmann/json.git synced 2026-07-29 15:13:04 +04:00

added missing header

This commit is contained in:
Niels
2015-01-09 17:40:14 +01:00
parent 535aef5ad0
commit 33f5236687
+1
View File
@@ -16,6 +16,7 @@
#include <map> // std::map
#include <string> // std::string
#include <vector> // std::vector
#include <iterator> // std::iterator
namespace nlohmann
{