mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-01-22 10:40:22 +01:00
intel/blorp: Explicitly include brw_compiler.h header
Reviewed-by: Kenneth Graunke <kenneth@whitecape.org> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/27563>
This commit is contained in:
parent
4eb63a0137
commit
f5149e025e
1 changed files with 1 additions and 0 deletions
|
|
@ -29,6 +29,7 @@
|
|||
#include "common/intel_sample_positions.h"
|
||||
#include "common/intel_l3_config.h"
|
||||
#include "genxml/gen_macros.h"
|
||||
#include "intel/compiler/brw_compiler.h"
|
||||
|
||||
/**
|
||||
* This file provides the blorp pipeline setup and execution functionality.
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue