Commit 6aca9176 authored by Jose Dapena Paz's avatar Jose Dapena Paz Committed by Commit Bot

IWYU: include cmath for using std::sqrt in federated_learning sim hash

Bug: 819294
Change-Id: I4785f465efb51cb7d2c63cc3df5ed86c8e53362d
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2248620Reviewed-by: default avatarJosh Karlin <jkarlin@chromium.org>
Commit-Queue: José Dapena Paz <jdapena@igalia.com>
Cr-Commit-Position: refs/heads/master@{#779890}
parent aa7536c5
......@@ -7,6 +7,7 @@
#include "base/hash/legacy_hash.h"
#include <algorithm>
#include <cmath>
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