Commit ba3e2e1b by Jamie Madill

Add missing <limits> to Common.h.

On Windows we included limits.h via map.h, and it was missing on Linux, causing build failures in the try bots. Change-Id: I1ff7641f8265ef2127698040a31ecfa511141ec7 Reviewed-on: https://chromium-review.googlesource.com/184480Reviewed-by: 's avatarGeoff Lang <geofflang@chromium.org> Tested-by: 's avatarJamie Madill <jmadill@chromium.org>
parent 74efb6d0
...@@ -11,6 +11,7 @@ ...@@ -11,6 +11,7 @@
#include <sstream> #include <sstream>
#include <string> #include <string>
#include <vector> #include <vector>
#include <limits>
#include "compiler/translator/PoolAlloc.h" #include "compiler/translator/PoolAlloc.h"
#include "compiler/translator/compilerdebug.h" #include "compiler/translator/compilerdebug.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