From 847a0ef84f4d5bc3c28124742fe47bb277a1f5fe Mon Sep 17 00:00:00 2001 From: James Zern Date: Tue, 1 Feb 2022 16:24:07 -0800 Subject: [PATCH] vp9_roi_test: apply iwyu Change-Id: I715c27e329495940d989f95df65ac10e021261d2 --- test/vp9_roi_test.cc | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/test/vp9_roi_test.cc b/test/vp9_roi_test.cc index 52dfd9e..e8373c4 100644 --- a/test/vp9_roi_test.cc +++ b/test/vp9_roi_test.cc @@ -8,7 +8,9 @@ * be found in the AUTHORS file in the root of the source tree. */ -#include "memory" +#include +#include +#include #include "third_party/googletest/src/include/gtest/gtest.h" @@ -16,8 +18,11 @@ #include "test/encode_test_driver.h" #include "test/i420_video_source.h" #include "test/util.h" +#include "test/video_source.h" #include "test/y4m_video_source.h" #include "test/yuv_video_source.h" +#include "vpx/vp8cx.h" +#include "vpx/vpx_encoder.h" #define MASK_WIDTH 40 #define MASK_HEIGHT 30 -- 2.7.4