From 4f98c94be7e56a535a6b84a5561ae071e052c1e2 Mon Sep 17 00:00:00 2001 From: Rob Clark Date: Thu, 26 May 2016 20:59:08 -0400 Subject: gallium/util: fix build break Missing #include caused build breaks after 21a3fb9cd. Signed-off-by: Rob Clark --- src/gallium/auxiliary/util/u_upload_mgr.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/gallium') diff --git a/src/gallium/auxiliary/util/u_upload_mgr.h b/src/gallium/auxiliary/util/u_upload_mgr.h index 6c70723..b36e9e5 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; -- cgit v1.1