diff options
author | Chris Xiong <chirs241097@gmail.com> | 2022-01-11 23:24:46 -0500 |
---|---|---|
committer | Chris Xiong <chirs241097@gmail.com> | 2022-01-11 23:24:46 -0500 |
commit | 0197c3fbece8c8a4105aff470c4a0b982372fcdd (patch) | |
tree | b51a8562f76a48ee28e166a13763609efea5425d /www-client/chromium/files | |
parent | 141ccd94d45b9f4bd3ebc2506da8ae4784a480ed (diff) | |
download | ppo-0197c3fbece8c8a4105aff470c4a0b982372fcdd.tar.xz |
There must be a reason why I'll never be allowed to be within 100m of any package maintainer for any distros.
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" |