Module: Mesa
Branch: master
Commit: 0f0a6fa21dc240fca99a3a110a6c0dfac6d2a376
URL:    
http://cgit.freedesktop.org/mesa/mesa/commit/?id=0f0a6fa21dc240fca99a3a110a6c0dfac6d2a376

Author: Roland Scheidegger <srol...@vmware.com>
Date:   Sat Mar 10 02:48:42 2018 +0100

u_blit: (trivial) u_blit.h needs to include p_defines.h

(For the pipe_tex_filter enum)

Reviewed-by: Mathias Fröhlich <mathias.froehl...@web.de>
Reviewed-by: Jose Fonseca <jfons...@vmware.com>

---

 src/gallium/auxiliary/util/u_blit.h | 1 +
 1 file changed, 1 insertion(+)

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

_______________________________________________
mesa-commit mailing list
mesa-commit@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/mesa-commit

Reply via email to