summaryrefslogtreecommitdiffstats
path: root/ui/events
diff options
context:
space:
mode:
Diffstat (limited to 'ui/events')
-rw-r--r--ui/events/gesture_detection/gesture_detector.cc1
-rw-r--r--ui/events/gesture_detection/scale_gesture_detector.cc1
-rw-r--r--ui/events/gesture_detection/snap_scroll_controller.cc1
3 files changed, 3 insertions, 0 deletions
diff --git a/ui/events/gesture_detection/gesture_detector.cc b/ui/events/gesture_detection/gesture_detector.cc
index ec5e5ae..0dc4707 100644
--- a/ui/events/gesture_detection/gesture_detector.cc
+++ b/ui/events/gesture_detection/gesture_detector.cc
@@ -7,6 +7,7 @@
#include "ui/events/gesture_detection/gesture_detector.h"
+#include <algorithm>
#include <cmath>
#include "base/timer/timer.h"
diff --git a/ui/events/gesture_detection/scale_gesture_detector.cc b/ui/events/gesture_detection/scale_gesture_detector.cc
index 7793aab..5fc55eb 100644
--- a/ui/events/gesture_detection/scale_gesture_detector.cc
+++ b/ui/events/gesture_detection/scale_gesture_detector.cc
@@ -6,6 +6,7 @@
#include <limits.h>
+#include <algorithm>
#include <cmath>
#include "base/logging.h"
diff --git a/ui/events/gesture_detection/snap_scroll_controller.cc b/ui/events/gesture_detection/snap_scroll_controller.cc
index 9ecf6b1..b50971d 100644
--- a/ui/events/gesture_detection/snap_scroll_controller.cc
+++ b/ui/events/gesture_detection/snap_scroll_controller.cc
@@ -4,6 +4,7 @@
#include "ui/events/gesture_detection/snap_scroll_controller.h"
+#include <algorithm>
#include <cmath>
#include "ui/events/gesture_detection/motion_event.h"