Commit 487456a3 by Geoff Lang

Fix missing <algorithm> include.

Change-Id: Id6952fa07223217c9dde6798d3ea701b49e6089e Reviewed-on: https://chromium-review.googlesource.com/199313Reviewed-by: 's avatarShannon Woods <shannonwoods@chromium.org> Reviewed-by: 's avatarJamie Madill <jmadill@chromium.org> Tested-by: 's avatarGeoff Lang <geofflang@chromium.org>
parent 0f55498b
...@@ -10,6 +10,7 @@ ...@@ -10,6 +10,7 @@
#include "compiler/translator/Types.h" #include "compiler/translator/Types.h"
#include <algorithm>
#include <climits> #include <climits>
TType::TType(const TPublicType &p) TType::TType(const TPublicType &p)
......
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