mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-06 11:38:05 +02:00
nir: Add missing includes
Reviewed-by: Jason Ekstrand <jason.ekstrand@collabora.com> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/14831>
This commit is contained in:
parent
0033ec1f69
commit
91ed8fb13a
1 changed files with 2 additions and 0 deletions
|
|
@ -23,6 +23,8 @@
|
|||
#ifndef _NIR_RANGE_ANALYSIS_H_
|
||||
#define _NIR_RANGE_ANALYSIS_H_
|
||||
|
||||
#include "nir.h"
|
||||
|
||||
enum PACKED ssa_ranges {
|
||||
unknown = 0,
|
||||
lt_zero,
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue