u_blit: (trivial) u_blit.h needs to include p_defines.h
authorRoland Scheidegger <sroland@vmware.com>
Sat, 10 Mar 2018 01:48:42 +0000 (02:48 +0100)
committerRoland Scheidegger <sroland@vmware.com>
Sat, 10 Mar 2018 19:09:04 +0000 (20:09 +0100)
(For the pipe_tex_filter enum)

Reviewed-by: Mathias Fröhlich <mathias.froehlich@web.de>
Reviewed-by: Jose Fonseca <jfonseca@vmware.com>
src/gallium/auxiliary/util/u_blit.h

index 085ea63570076bf75fffaf42ddb9215414989cfc..004ceaecd86f536b05b94d4751c81b71b593e3af 100644 (file)
@@ -31,6 +31,7 @@
 
 
 #include "pipe/p_compiler.h"
+#include "pipe/p_defines.h"
 
 
 #ifdef __cplusplus