mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-09 04:38:03 +02:00
gallium/util: fix build break
Missing #include caused build breaks after 21a3fb9cd.
Signed-off-by: Rob Clark <robclark@freedesktop.org>
This commit is contained in:
parent
9f9f229359
commit
4f98c94be7
1 changed files with 1 additions and 0 deletions
|
|
@ -33,6 +33,7 @@
|
|||
#define U_UPLOAD_MGR_H
|
||||
|
||||
#include "pipe/p_compiler.h"
|
||||
#include "pipe/p_defines.h"
|
||||
|
||||
struct pipe_context;
|
||||
struct pipe_resource;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue