Add missing header file
This commit is contained in:
parent
860661987f
commit
6c746460c6
@ -13,6 +13,7 @@
|
|||||||
#include <string> // string
|
#include <string> // string
|
||||||
#include <type_traits> // is_same
|
#include <type_traits> // is_same
|
||||||
#include <map>
|
#include <map>
|
||||||
|
#include <sstream>
|
||||||
|
|
||||||
#include <nlohmann/detail/exceptions.hpp>
|
#include <nlohmann/detail/exceptions.hpp>
|
||||||
#include <nlohmann/detail/conversions/to_chars.hpp>
|
#include <nlohmann/detail/conversions/to_chars.hpp>
|
||||||
|
|||||||
@ -10076,6 +10076,7 @@ class serializer
|
|||||||
#include <string> // string
|
#include <string> // string
|
||||||
#include <type_traits> // is_same
|
#include <type_traits> // is_same
|
||||||
#include <map>
|
#include <map>
|
||||||
|
#include <sstream>
|
||||||
|
|
||||||
// #include <nlohmann/detail/exceptions.hpp>
|
// #include <nlohmann/detail/exceptions.hpp>
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user