mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2025-12-24 02:20:11 +01:00
i965: Fix build failure
meta.h should be included in brw_state_upload.c to get access to function _mesa_meta_in_progress().
This commit is contained in:
parent
f09b91f782
commit
06cd89a88c
1 changed files with 1 additions and 0 deletions
|
|
@ -33,6 +33,7 @@
|
|||
|
||||
#include "brw_context.h"
|
||||
#include "brw_state.h"
|
||||
#include "drivers/common/meta.h"
|
||||
#include "intel_batchbuffer.h"
|
||||
#include "intel_buffers.h"
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue