From 0f0a6fa21dc240fca99a3a110a6c0dfac6d2a376 Mon Sep 17 00:00:00 2001 From: Roland Scheidegger Date: Sat, 10 Mar 2018 02:48:42 +0100 Subject: u_blit: (trivial) u_blit.h needs to include p_defines.h MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit (For the pipe_tex_filter enum) Reviewed-by: Mathias Fröhlich Reviewed-by: Jose Fonseca --- src/gallium/auxiliary/util/u_blit.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/gallium/auxiliary') diff --git a/src/gallium/auxiliary/util/u_blit.h b/src/gallium/auxiliary/util/u_blit.h index 085ea63570..004ceaecd8 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 -- cgit v1.2.3