File chromium-85-sim_hash-include.patch of Package chromium.openSUSE_Backports_SLE-15-SP1_Update
From c0934033a97b61f3177238ff9f842c5a0f5d8faa Mon Sep 17 00:00:00 2001 From: Stephan Hartmann <stha09@googlemail.com> Date: Sun, 28 Jun 2020 18:48:11 +0000 Subject: [PATCH] IWYU: add includes for uint64_t and std::string --- components/federated_learning/sim_hash.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/components/federated_learning/sim_hash.h b/components/federated_learning/sim_hash.h index 55030d9..a51dd64 100644 --- a/components/federated_learning/sim_hash.h +++ b/components/federated_learning/sim_hash.h @@ -5,6 +5,8 @@ #ifndef COMPONENTS_FEDERATED_LEARNING_SIM_HASH_H_ #define COMPONENTS_FEDERATED_LEARNING_SIM_HASH_H_ +#include <stdint.h> +#include <string> #include <set> #include <unordered_set> -- 2.26.2