Skip to content

Commit 603e9c3

Browse files
authored
media: Add missing utility header (#11532)
Include the utility header in mojo_renderer.cc to provide definitions for standard library utilities such as std::move. This header was likely omitted in a previous change, leading to potential compilation failures in environments where it is not transitively included. This was removed during the refactor bypass bridge in #11262. Issue: 513254071
1 parent 4da4c13 commit 603e9c3

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

media/mojo/clients/mojo_renderer.cc

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@
44

55
#include "media/mojo/clients/mojo_renderer.h"
66

7+
#include <utility>
8+
79
#include "base/functional/bind.h"
810
#include "base/functional/callback_helpers.h"
911
#include "base/location.h"

0 commit comments

Comments
 (0)