diff options
author | Roland Scheidegger <[email protected]> | 2018-03-10 02:48:42 +0100 |
---|---|---|
committer | Roland Scheidegger <[email protected]> | 2018-03-10 20:09:04 +0100 |
commit | 0f0a6fa21dc240fca99a3a110a6c0dfac6d2a376 (patch) | |
tree | e159973f54f0fbdb6aaa0c4c024a05ee91dbe247 /src/gallium | |
parent | c9b153fea746fa0bef100d72d157e534dbd44905 (diff) |
u_blit: (trivial) u_blit.h needs to include p_defines.h
(For the pipe_tex_filter enum)
Reviewed-by: Mathias Fröhlich <[email protected]>
Reviewed-by: Jose Fonseca <[email protected]>
Diffstat (limited to 'src/gallium')
-rw-r--r-- | src/gallium/auxiliary/util/u_blit.h | 1 |
1 files changed, 1 insertions, 0 deletions
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 |