Commit 0e14214a by Alexis Hetu Committed by Alexis Hétu

Added missing include

The use of std::numeric_limits requires "#include <limits>" on Linux Change-Id: I56b09e0e551a4f898406073d2d0f11b4dcc1fed5 Reviewed-on: https://swiftshader-review.googlesource.com/5464Tested-by: 's avatarAlexis Hétu <sugoi@google.com> Reviewed-by: 's avatarNicolas Capens <capn@google.com>
parent bd7117d7
......@@ -19,6 +19,7 @@
#include "common/debug.h"
#include "Common/Math.hpp"
#include <limits>
namespace es2
{
......
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