Commit 603e9c3
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: 5132540711 parent 4da4c13 commit 603e9c3
1 file changed
Lines changed: 2 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
| 7 | + | |
| 8 | + | |
7 | 9 | | |
8 | 10 | | |
9 | 11 | | |
| |||
0 commit comments