Chromium Code Reviews| Index: ui/events/gesture_detection/scale_gesture_detector.cc |
| diff --git a/ui/events/gesture_detection/scale_gesture_detector.cc b/ui/events/gesture_detection/scale_gesture_detector.cc |
| index 7793aab4851fbf1967dd22e736518fc9ba327ecf..5fc55eb0d2c01019a94ee2fb5e75ef5d9ac02f89 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" |