[Beignet] *** SPAM LEVEL 4.447 *** [PATCH] Add missing include of <limits>
Zhigang Gong
zhigang.gong at linux.intel.com
Thu May 16 22:10:30 PDT 2013
LGTM. Thanks.
On Wed, May 15, 2013 at 07:39:58PM +0200, Simon Richter wrote:
> 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
>
> _______________________________________________
> Beignet mailing list
> Beignet at lists.freedesktop.org
> http://lists.freedesktop.org/mailman/listinfo/beignet
More information about the Beignet
mailing list