chore(userspace/falco): include numeric header for std::accumulate.

Signed-off-by: Federico Di Pierro <nierro92@gmail.com>
This commit is contained in:
Federico Di Pierro
2024-08-21 17:48:37 +02:00
committed by poiana
parent 05bbe74d69
commit 3fff994b19

View File

@@ -32,6 +32,7 @@ limitations under the License.
#include <iostream>
#include <fstream>
#include <filesystem>
#include <numeric>
#include <nlohmann/json.hpp>
#include <valijson/adapters/nlohmann_json_adapter.hpp>