Add missing header file

This commit is contained in:
Evan Driscoll 2018-06-03 21:51:45 -05:00
parent 860661987f
commit 6c746460c6
2 changed files with 2 additions and 0 deletions

View File

@ -13,6 +13,7 @@
#include <string> // string
#include <type_traits> // is_same
#include <map>
#include <sstream>
#include <nlohmann/detail/exceptions.hpp>
#include <nlohmann/detail/conversions/to_chars.hpp>

View File

@ -10076,6 +10076,7 @@ class serializer
#include <string> // string
#include <type_traits> // is_same
#include <map>
#include <sstream>
// #include <nlohmann/detail/exceptions.hpp>