1
0
mirror of https://github.com/nlohmann/json.git synced 2025-07-28 12:02:00 +03:00

Add missing <numeric> include (#3719)

This commit is contained in:
Florian Albrechtskirchinger
2022-08-30 20:55:47 +02:00
committed by GitHub
parent bed648ca55
commit 307c053b9b
3 changed files with 6 additions and 2 deletions

View File

@ -27,7 +27,6 @@
#endif // JSON_NO_IO
#include <iterator> // random_access_iterator_tag
#include <memory> // unique_ptr
#include <numeric> // accumulate
#include <string> // string, stoi, to_string
#include <utility> // declval, forward, move, pair, swap
#include <vector> // vector