#3717: fix compilation error: "execeptions.hpp:119 accumulate is not member of std"
This commit is contained in:
parent
bed648ca55
commit
c759e28aa7
@ -14,6 +14,10 @@
|
||||
#include <string> // to_string
|
||||
#include <vector> // vector
|
||||
|
||||
#if JSON_DIAGNOSTICS
|
||||
#include <numeric> // accumulate
|
||||
#endif
|
||||
|
||||
#include <nlohmann/detail/value_t.hpp>
|
||||
#include <nlohmann/detail/string_escape.hpp>
|
||||
#include <nlohmann/detail/input/position_t.hpp>
|
||||
|
||||
Loading…
Reference in New Issue
Block a user