diff options
Diffstat (limited to 'www-client/chromium/files')
-rw-r--r-- | www-client/chromium/files/chromium-99-predction_common-include.patch | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/www-client/chromium/files/chromium-99-predction_common-include.patch b/www-client/chromium/files/chromium-99-predction_common-include.patch new file mode 100644 index 0000000..b8a8a9c --- /dev/null +++ b/www-client/chromium/files/chromium-99-predction_common-include.patch @@ -0,0 +1,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" |