Sophie

Sophie

distrib > Mageia > 7 > i586 > by-pkgid > 2a64c80a60b747828594c60cc0ed5d42 > files > 40

chromium-browser-stable-77.0.3865.120-1.mga7.src.rpm

--- chromium-77.0.3865.10/third_party/one_euro_filter/src/one_euro_filter.h.gcc9	2019-08-06 13:57:17.000000000 +0200
+++ chromium-77.0.3865.10/third_party/one_euro_filter/src/one_euro_filter.h	2019-08-17 22:25:09.004369275 +0200
@@ -3,6 +3,8 @@
 
 #include "low_pass_filter.h"
 
+#include <memory>
+
 namespace one_euro_filter {
 namespace test {
 class OneEuroFilterTest;
--- chromium-77.0.3865.35/third_party/blink/renderer/platform/exported/web_time_range.cc.gcc9	2019-08-15 00:02:13.000000000 +0200
+++ chromium-77.0.3865.35/third_party/blink/renderer/platform/exported/web_time_range.cc	2019-08-21 02:06:00.916832336 +0200
@@ -31,6 +31,7 @@
 #include "third_party/blink/public/platform/web_time_range.h"
 
 #include <cmath>
+#include <limits>
 
 namespace blink {