Commit af06ca9d authored by Stephan Hartmann's avatar Stephan Hartmann Committed by Commit Bot

IWYU: add includes for uint64_t and std::string

Bug: 819294
Change-Id: Iae844f8b6cf6bba879cb320c95ebf88f65e1385f
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2273161Reviewed-by: default avatarYao Xiao <yaoxia@chromium.org>
Commit-Queue: Yao Xiao <yaoxia@chromium.org>
Cr-Commit-Position: refs/heads/master@{#783978}
parent bcd5d54c
......@@ -5,7 +5,9 @@
#ifndef COMPONENTS_FEDERATED_LEARNING_SIM_HASH_H_
#define COMPONENTS_FEDERATED_LEARNING_SIM_HASH_H_
#include <stdint.h>
#include <set>
#include <string>
#include <unordered_set>
namespace federated_learning {
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment