[roll] Roll fuchsia [graphics] Include missing headers in platform_bus_mapper header

Upstream libc++ has removed a transitive include of 'vector'. This patch now
includes the vector header. It also include headers for other standard types
since we expect more transitive includes to be removed over the next months,
and including them is strictly more correct, and should have a no impact on
compilation.

Original-Bug: 331940439
Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/1017122
Original-Revision: 19219bd080d18858bda879d98acf092909664a2f
GitOrigin-RevId: 5bed71e65082d01392863810a1d45e543ae47785
Change-Id: I4d1b3fe70889b29945fb087a133137d7188170eb
1 file changed
tree: 20eaaad967e918d568cb76bf41dd4e4b9c78212f
  1. ctf/
  2. git-hooks/
  3. infra/
  4. third_party/
  5. cts
  6. firmware
  7. flower
  8. jiri.lock
  9. MILESTONE
  10. minimal
  11. prebuilts
  12. README.md
  13. stem
  14. test_durations
  15. toolchain
README.md

Integration

This repository contains Fuchsia's Global Integration manifest files.

Making changes

All changes should be made to the internal version of this repository. Our infrastructure automatically updates this version when the internal one changes.

Currently all changes must be made by a Google employee. Non-Google employees wishing to make a change can ask for assistance via the IRC channel #fuchsia on Freenode.

Obtaining the source

First install Jiri.

Next run:

$ jiri init
$ jiri import minimal https://fuchsia.googlesource.com/integration
$ jiri update

Third party

Third party projects should have their own subdirectory in ./third_party.