From fcabff5702fd00d575f1f214bf9b6ced037be53b Mon Sep 17 00:00:00 2001 From: Paul Cristian Sarbu Date: Tue, 26 Mar 2024 18:58:55 +0100 Subject: Add missing system includes Main culprits: - std::size_t, std::nullptr_t, and NULL require - std::move and std::forward require - unordered maps and sets require respective includes - std::for_each and std::all_of require --- src/buildtool/crypto/hash_function.cpp | 1 + 1 file changed, 1 insertion(+) (limited to 'src/buildtool/crypto/hash_function.cpp') diff --git a/src/buildtool/crypto/hash_function.cpp b/src/buildtool/crypto/hash_function.cpp index 89bb0cb8..02e43f1f 100644 --- a/src/buildtool/crypto/hash_function.cpp +++ b/src/buildtool/crypto/hash_function.cpp @@ -14,6 +14,7 @@ #include "src/buildtool/crypto/hash_function.hpp" +#include #include #include -- cgit v1.2.3