From: Rob Clark Date: Fri, 27 May 2016 00:59:08 +0000 (-0400) Subject: gallium/util: fix build break X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=4f98c94be7e56a535a6b84a5561ae071e052c1e2;p=mesa.git gallium/util: fix build break Missing #include caused build breaks after 21a3fb9cd. Signed-off-by: Rob Clark --- 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;