Add missing <numeric> include

Fixes ##3717.
This commit is contained in:
Florian Albrechtskirchinger 2022-08-30 12:59:32 +02:00
parent bed648ca55
commit 90ed26d44b
No known key found for this signature in database
GPG Key ID: 19618CE9B2D4BE6D
2 changed files with 6 additions and 0 deletions

View File

@ -10,6 +10,9 @@
#include <cstddef> // nullptr_t
#include <exception> // exception
#if JSON_DIAGNOSTICS
#include <numeric> // accumulate
#endif
#include <stdexcept> // runtime_error
#include <string> // to_string
#include <vector> // vector

View File

@ -183,6 +183,9 @@
#include <cstddef> // nullptr_t
#include <exception> // exception
#if JSON_DIAGNOSTICS
#include <numeric> // accumulate
#endif
#include <stdexcept> // runtime_error
#include <string> // to_string
#include <vector> // vector