summaryrefslogtreecommitdiff
path: root/www-client/chromium/files/chromium-99-predction_common-include.patch
blob: b8a8a9c445bf34b5a8f861ffe56ae24d5735cc1e (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
diff --git a/components/permissions/prediction_service/prediction_common.cc b/components/permissions/prediction_service/prediction_common.cc
index f670e82bd..d477678f4 100644
--- a/components/permissions/prediction_service/prediction_common.cc
+++ b/components/permissions/prediction_service/prediction_common.cc
@@ -4,6 +4,8 @@
 
 #include "components/permissions/prediction_service/prediction_common.h"
 
+#include <cmath>
+
 #include "base/json/json_reader.h"
 #include "base/json/json_writer.h"
 #include "base/notreached.h"