fcdbc44cf3
- Built for x86_64, x86_64-musl, i686. - Tested on x86_64. - Add API deprecation warning message.
21 lines
726 B
Diff
21 lines
726 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
|
|
--- components/federated_learning/floc_constants.cc
|
|
+++ 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.
|