Chromium Code Reviews| Index: ui/gfx/range/range_f.cc |
| diff --git a/ui/gfx/range/range_f.cc b/ui/gfx/range/range_f.cc |
| index 8af832dc9b109f5a0e2dbe6b46edf7e029c01c00..fcf975b1d953d0ba6ab45d8faca3b832d81cd47f 100644 |
| --- a/ui/gfx/range/range_f.cc |
| +++ b/ui/gfx/range/range_f.cc |
| @@ -5,9 +5,9 @@ |
| #include "ui/gfx/range/range_f.h" |
| #include <algorithm> |
| +#include <cmath> |
|
Mark Mentovai
2015/04/09 15:42:16
This file doesn’t use this either.
|
| #include <limits> |
| -#include "base/float_util.h" |
| #include "base/format_macros.h" |
| #include "base/strings/stringprintf.h" |