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:
Caio Oliveira 2024-02-07 22:08:33 -08:00 committed by Marge Bot
parent 4eb63a0137
commit f5149e025e

View file

@ -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.