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:
Konstantin Seurer 2022-02-02 16:09:32 +01:00 committed by Marge Bot
parent 0033ec1f69
commit 91ed8fb13a

View file

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