summarylogtreecommitdiffstats
path: root/include-memory-in-one_euro_filter.h.patch
diff options
context:
space:
mode:
authorMichael Lass2019-09-21 15:14:53 +0200
committerMaxim Baz2019-09-21 15:14:53 +0200
commit0ff5ae017afb912bb7fe2cbefe87fbefc3254130 (patch)
tree9c2b0dd72395dcbb258d3d64e13c2972538b031d /include-memory-in-one_euro_filter.h.patch
parent865d6b99b15491fc2ae591eef0a19d08984fbe96 (diff)
downloadaur-0ff5ae017afb912bb7fe2cbefe87fbefc3254130.tar.gz
chromium-vaapi: update to 77.0.3865.90-1 (#10)
Diffstat (limited to 'include-memory-in-one_euro_filter.h.patch')
-rw-r--r--include-memory-in-one_euro_filter.h.patch32
1 files changed, 32 insertions, 0 deletions
diff --git a/include-memory-in-one_euro_filter.h.patch b/include-memory-in-one_euro_filter.h.patch
new file mode 100644
index 000000000000..d4a323f536fc
--- /dev/null
+++ b/include-memory-in-one_euro_filter.h.patch
@@ -0,0 +1,32 @@
+From 8c747a9c14ed4905f60f6680e2e09e33ea34163e Mon Sep 17 00:00:00 2001
+From: Jose Dapena Paz <jose.dapena@lge.com>
+Date: Fri, 26 Jul 2019 16:18:17 +0000
+Subject: [PATCH] IWYU: include <memory> in one_euro_filter.h as it uses
+ std::unique_ptr
+MIME-Version: 1.0
+Content-Type: text/plain; charset=UTF-8
+Content-Transfer-Encoding: 8bit
+
+Bug: 819294
+Change-Id: Ie1530f7046b0c8eb76e26adca530fa57c67ed876
+Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1720637
+Reviewed-by: Ella Ge <eirage@chromium.org>
+Commit-Queue: José Dapena Paz <jose.dapena@lge.com>
+Cr-Commit-Position: refs/heads/master@{#681321}
+---
+ third_party/one_euro_filter/src/one_euro_filter.h | 2 ++
+ 1 file changed, 2 insertions(+)
+
+diff --git a/third_party/one_euro_filter/src/one_euro_filter.h b/third_party/one_euro_filter/src/one_euro_filter.h
+index 7f8d15b62a..a8cd0ab9a2 100644
+--- a/third_party/one_euro_filter/src/one_euro_filter.h
++++ b/third_party/one_euro_filter/src/one_euro_filter.h
+@@ -1,6 +1,8 @@
+ #ifndef ONE_EURO_ONE_EURO_FILTER_H_
+ #define ONE_EURO_ONE_EURO_FILTER_H_
+
++#include <memory>
++
+ #include "low_pass_filter.h"
+
+ namespace one_euro_filter {