From: Roland Scheidegger Date: Sat, 10 Mar 2018 01:48:42 +0000 (+0100) Subject: u_blit: (trivial) u_blit.h needs to include p_defines.h X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=0f0a6fa21dc240fca99a3a110a6c0dfac6d2a376;p=mesa.git u_blit: (trivial) u_blit.h needs to include p_defines.h (For the pipe_tex_filter enum) Reviewed-by: Mathias Fröhlich Reviewed-by: Jose Fonseca --- diff --git a/src/gallium/auxiliary/util/u_blit.h b/src/gallium/auxiliary/util/u_blit.h index 085ea635700..004ceaecd86 100644 --- a/src/gallium/auxiliary/util/u_blit.h +++ b/src/gallium/auxiliary/util/u_blit.h @@ -31,6 +31,7 @@ #include "pipe/p_compiler.h" +#include "pipe/p_defines.h" #ifdef __cplusplus