Skip to content

Commit

Permalink
IWYU: include bitset in VP9ReferenceFrameVector
Browse files Browse the repository at this point in the history
Bug: 819294
Change-Id: I0b02f301bfc7fc16ba22e29ba0740d9cd83d708d
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2246591
Commit-Queue: Miguel Casas <mcasas@chromium.org>
Reviewed-by: Miguel Casas <mcasas@chromium.org>
Cr-Commit-Position: refs/heads/master@{#779269}
  • Loading branch information
jdapena authored and Commit Bot committed Jun 17, 2020
1 parent 947e3d3 commit ea2eaa9
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions media/gpu/vp9_reference_frame_vector.cc
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@

#include "media/gpu/vp9_reference_frame_vector.h"

#include <bitset>

#include "media/gpu/vp9_picture.h"

namespace media {
Expand Down

0 comments on commit ea2eaa9

Please sign in to comment.