Chromium Code Reviews| Index: Source/platform/Timer.cpp |
| diff --git a/Source/platform/Timer.cpp b/Source/platform/Timer.cpp |
| index 5b5227828aed95b19d0603d522f322cb4e09ded9..6a2111200a0957f6e6af3c7fda62a2a966ecb9ce 100644 |
| --- a/Source/platform/Timer.cpp |
| +++ b/Source/platform/Timer.cpp |
| @@ -32,9 +32,10 @@ |
| #include "wtf/Atomics.h" |
| #include "wtf/CurrentTime.h" |
| #include "wtf/HashSet.h" |
| +#include <algorithm> |
| #include <limits.h> |
| -#include <math.h> |
| #include <limits> |
| +#include <math.h> |
| namespace blink { |