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
{