| Index: ui/platform_window/x11/x11_window.h
|
| diff --git a/ui/platform_window/x11/x11_window.h b/ui/platform_window/x11/x11_window.h
|
| index 84a48998fcc29dfcda008cc8a51c33ae5b6cfbdc..54bbed860829f9cb759bd6f66e3e3147d03a5c9b 100644
|
| --- a/ui/platform_window/x11/x11_window.h
|
| +++ b/ui/platform_window/x11/x11_window.h
|
| @@ -5,6 +5,9 @@
|
| #ifndef UI_PLATFORM_WINDOW_X11_X11_WINDOW_H_
|
| #define UI_PLATFORM_WINDOW_X11_X11_WINDOW_H_
|
|
|
| +#include <stdint.h>
|
| +
|
| +#include "base/macros.h"
|
| #include "ui/events/platform/platform_event_dispatcher.h"
|
| #include "ui/gfx/geometry/rect.h"
|
| #include "ui/gfx/x/x11_atom_cache.h"
|
|
|