Index: cc/animation/transform_operations.cc |
diff --git a/cc/animation/transform_operations.cc b/cc/animation/transform_operations.cc |
index 4de283ef3b35ec70fa1da73866f9c2a757cae7a1..bc7a0c3cb8f541b96379937ba1cebddc709bdf3f 100644 |
--- a/cc/animation/transform_operations.cc |
+++ b/cc/animation/transform_operations.cc |
@@ -3,6 +3,9 @@ |
// found in the LICENSE file. |
#include "cc/animation/transform_operations.h" |
+ |
+#include <algorithm> |
+ |
#include "ui/gfx/transform_util.h" |
#include "ui/gfx/vector3d_f.h" |