[Beignet] *** SPAM LEVEL 4.447 *** [PATCH] Add missing include of <limits>
Simon Richter
Simon.Richter at hogyros.de
Wed May 15 10:39:58 PDT 2013
For std::numeric_limits<T>, the <limits> header is required.
---
backend/src/sys/alloc.hpp | 1 +
1 file changed, 1 insertion(+)
diff --git a/backend/src/sys/alloc.hpp b/backend/src/sys/alloc.hpp
index 52a37a2..8fcb3a7 100644
--- a/backend/src/sys/alloc.hpp
+++ b/backend/src/sys/alloc.hpp
@@ -27,6 +27,7 @@
#include "sys/platform.hpp"
#include "sys/assert.hpp"
#include <algorithm>
+#include <limits>
namespace gbe
{
--
1.7.10.4
More information about the Beignet
mailing list