commit | 7153e5d3b28a3577cfaa85f42e6b8e0c30803c8a | [log] [tgz] |
---|---|---|
author | [email protected] <[email protected]@0039d316-1c4b-4281-b951-d872f2087c98> | Thu Sep 12 21:50:10 2013 |
committer | [email protected] <[email protected]@0039d316-1c4b-4281-b951-d872f2087c98> | Thu Sep 12 21:50:10 2013 |
tree | 9e12827d20bbc863b74fea8313d0750bab34b22f | |
parent | 0803fc0cfd8eabf67e54cd03fbff8d23f971888e [diff] [blame] |
add missing #includes of <algorithm>, needed on VS2013 for std::min/max [email protected] BUG=288948 Review URL: https://chromiumcodereview.appspot.com/23851026 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@222877 0039d316-1c4b-4281-b951-d872f2087c98
diff --git a/ui/gfx/transform_util.cc b/ui/gfx/transform_util.cc index 84b18ad..9bb3bbc 100644 --- a/ui/gfx/transform_util.cc +++ b/ui/gfx/transform_util.cc
@@ -4,6 +4,7 @@ #include "ui/gfx/transform_util.h" +#include <algorithm> #include <cmath> #include "ui/gfx/point.h"