#3717: fix compilation error: "execeptions.hpp:119 accumulate is not member of std"

This commit is contained in:
Alexey Egorov 2022-08-30 17:55:42 +07:00
parent bed648ca55
commit c759e28aa7

View File

@ -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>