Signed-off-by: Karol Herbst <kher...@redhat.com> --- src/gallium/drivers/nouveau/nouveau_context.h | 5 +++++ 1 file changed, 5 insertions(+)
diff --git a/src/gallium/drivers/nouveau/nouveau_context.h b/src/gallium/drivers/nouveau/nouveau_context.h index c3bbb11bd60..38c19790ec3 100644 --- a/src/gallium/drivers/nouveau/nouveau_context.h +++ b/src/gallium/drivers/nouveau/nouveau_context.h @@ -3,8 +3,13 @@ #include "pipe/p_context.h" #include "pipe/p_state.h" + +#include "util/u_memory.h" + #include <nouveau.h> +#include "nouveau_screen.h" + #define NOUVEAU_MAX_SCRATCH_BUFS 4 struct nv04_resource; -- 2.19.1 _______________________________________________ mesa-dev mailing list mesa-dev@lists.freedesktop.org https://lists.freedesktop.org/mailman/listinfo/mesa-dev