Commit 92362db6 authored by mostynb@opera.com's avatar mostynb@opera.com

include <limits> for std::numeric_limits

CL 435583003 adds usage of std::numeric_limits without including the
required header "limits" header.  Let's fix that.

BUG=398712
NOTRY=true

Review URL: https://codereview.chromium.org/454413002

Cr-Commit-Position: refs/heads/master@{#288986}
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@288986 0039d316-1c4b-4281-b951-d872f2087c98
parent 44860f01
......@@ -4,6 +4,7 @@
#include "ui/gfx/render_text_harfbuzz.h"
#include <limits>
#include <map>
#include "base/i18n/bidi_line_iterator.h"
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment