nir: add missing stdint include

Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/28499>
This commit is contained in:
Eric Engestrom
2024-04-01 12:16:32 +01:00
committed by Marge Bot
parent 51c589234d
commit 8e7703a455

View File

@@ -28,6 +28,7 @@
#ifndef NIR_H
#define NIR_H
#include <stdint.h>
#include "compiler/glsl_types.h"
#include "compiler/glsl/list.h"
#include "compiler/shader_enums.h"