summaryrefslogtreecommitdiffstats
path: root/ui/gfx/transform_util.cc
diff options
context:
space:
mode:
authorscottmg@chromium.org <scottmg@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2013-09-12 21:50:10 +0000
committerscottmg@chromium.org <scottmg@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2013-09-12 21:50:10 +0000
commit7153e5d3b28a3577cfaa85f42e6b8e0c30803c8a (patch)
tree9e12827d20bbc863b74fea8313d0750bab34b22f /ui/gfx/transform_util.cc
parent0803fc0cfd8eabf67e54cd03fbff8d23f971888e (diff)
downloadchromium_src-7153e5d3b28a3577cfaa85f42e6b8e0c30803c8a.zip
chromium_src-7153e5d3b28a3577cfaa85f42e6b8e0c30803c8a.tar.gz
chromium_src-7153e5d3b28a3577cfaa85f42e6b8e0c30803c8a.tar.bz2
add missing #includes of <algorithm>, needed on VS2013 for std::min/max
R=danakj@chromium.org 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
Diffstat (limited to 'ui/gfx/transform_util.cc')
-rw-r--r--ui/gfx/transform_util.cc1
1 files changed, 1 insertions, 0 deletions
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"