Index: ash/touch/touch_hud_debug.cc |
diff --git a/ash/touch/touch_hud_debug.cc b/ash/touch/touch_hud_debug.cc |
index e690735cabac3b426685aa4e4e5ce204802c4262..fcbc4260e5eb5b5d36c1b588bd5b584d9e1ea1e9 100644 |
--- a/ash/touch/touch_hud_debug.cc |
+++ b/ash/touch/touch_hud_debug.cc |
@@ -4,6 +4,10 @@ |
#include "ash/touch/touch_hud_debug.h" |
+#include <algorithm> |
+#include <string> |
+#include <vector> |
+ |
#include "ash/display/display_manager.h" |
#include "ash/root_window_controller.h" |
#include "ash/shell.h" |
@@ -28,7 +32,7 @@ |
#include <X11/extensions/XInput2.h> |
#include <X11/Xlib.h> |
-#include "ui/events/devices/x11/device_data_manager_x11.h" |
+#include "ui/events/devices/x11/device_data_manager_x11.h" // nogncheck |
#endif |
namespace ash { |