diff options
Diffstat (limited to 'third_party/aom/test/y4m_video_source.h')
-rw-r--r-- | third_party/aom/test/y4m_video_source.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/third_party/aom/test/y4m_video_source.h b/third_party/aom/test/y4m_video_source.h index f70c30be64..277ded9eb5 100644 --- a/third_party/aom/test/y4m_video_source.h +++ b/third_party/aom/test/y4m_video_source.h @@ -13,8 +13,8 @@ #include <algorithm> #include <string> +#include "common/y4minput.h" #include "test/video_source.h" -#include "./y4minput.h" namespace libaom_test { |