IWYU: missing include for usage of std::optional in desktop_geometry.h
Bug: 41455655 Change-Id: Ida85893e7c72c8e8df697bdab129cbefc2b01c88 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/5587500 Commit-Queue: Joe Downing <joedow@chromium.org> Reviewed-by: Joe Downing <joedow@chromium.org> Cr-Commit-Position: refs/heads/main@{#1308711}
This commit is contained in:

committed by
Chromium LUCI CQ

parent
efc6e758cd
commit
37f6dc0bb7
@ -5,12 +5,13 @@
|
||||
#ifndef REMOTING_HOST_DESKTOP_GEOMETRY_H_
|
||||
#define REMOTING_HOST_DESKTOP_GEOMETRY_H_
|
||||
|
||||
#include <optional>
|
||||
#include <vector>
|
||||
|
||||
#include "ui/gfx/geometry/rect.h"
|
||||
#include "ui/gfx/geometry/size.h"
|
||||
#include "ui/gfx/geometry/vector2d.h"
|
||||
|
||||
#include <vector>
|
||||
|
||||
namespace remoting {
|
||||
using DesktopScreenId = intptr_t;
|
||||
|
||||
|
Reference in New Issue
Block a user