diff options
author | Rob Clark <[email protected]> | 2016-05-26 20:59:08 -0400 |
---|---|---|
committer | Rob Clark <[email protected]> | 2016-05-26 20:59:08 -0400 |
commit | 4f98c94be7e56a535a6b84a5561ae071e052c1e2 (patch) | |
tree | 92d4f1d6adb0a35ab5f70821aef3acf80489baf4 /src/gallium | |
parent | 9f9f229359a7c850bd5a24945f3445e611267789 (diff) |
gallium/util: fix build break
Missing #include caused build breaks after 21a3fb9cd.
Signed-off-by: Rob Clark <[email protected]>
Diffstat (limited to 'src/gallium')
-rw-r--r-- | src/gallium/auxiliary/util/u_upload_mgr.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/gallium/auxiliary/util/u_upload_mgr.h b/src/gallium/auxiliary/util/u_upload_mgr.h index 6c70723ecc6..b36e9e5d9db 100644 --- a/src/gallium/auxiliary/util/u_upload_mgr.h +++ b/src/gallium/auxiliary/util/u_upload_mgr.h @@ -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; |