Reviewed-by: Marek Olšák <marek.ol...@amd.com>

Marek

On Fri, Feb 28, 2014 at 7:10 AM, Ilia Mirkin <imir...@alum.mit.edu> wrote:
> This is needed for MIN2/MAX2
>
> Signed-off-by: Ilia Mirkin <imir...@alum.mit.edu>
> ---
>  src/gallium/auxiliary/util/u_range.h | 2 ++
>  1 file changed, 2 insertions(+)
>
> diff --git a/src/gallium/auxiliary/util/u_range.h 
> b/src/gallium/auxiliary/util/u_range.h
> index 4b1d0d1..efe25ef 100644
> --- a/src/gallium/auxiliary/util/u_range.h
> +++ b/src/gallium/auxiliary/util/u_range.h
> @@ -36,6 +36,8 @@
>
>  #include "os/os_thread.h"
>
> +#include "util/u_math.h"
> +
>  struct util_range {
>     unsigned start; /* inclusive */
>     unsigned end; /* exclusive */
> --
> 1.8.3.2
>
> _______________________________________________
> mesa-dev mailing list
> mesa-dev@lists.freedesktop.org
> http://lists.freedesktop.org/mailman/listinfo/mesa-dev
_______________________________________________
mesa-dev mailing list
mesa-dev@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/mesa-dev

Reply via email to