22 lines
730 B
Diff
22 lines
730 B
Diff
From bcb20babee602b55fe4bd026e13a41d10b89632f Mon Sep 17 00:00:00 2001
|
|
From: Stephan Hartmann <stha09@googlemail.com>
|
|
Date: Sat, 21 Nov 2020 15:55:02 +0000
|
|
Subject: [PATCH] IWYU: include limits for std::numeric_limits
|
|
|
|
Change-Id: I1b6b07ebb397a29c84d3ed51ae41523e3ecab497
|
|
---
|
|
|
|
diff --git a/components/federated_learning/floc_constants.cc b/components/federated_learning/floc_constants.cc
|
|
index df66e5d..2eb50f1 100644
|
|
--- a/components/federated_learning/floc_constants.cc
|
|
+++ b/components/federated_learning/floc_constants.cc
|
|
@@ -4,6 +4,8 @@
|
|
|
|
#include "components/federated_learning/floc_constants.h"
|
|
|
|
+#include <limits>
|
|
+
|
|
namespace federated_learning {
|
|
|
|
// This is only for experimentation and won't be served to websites.
|