nir: add missing stdint include
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/28499>
This commit is contained in:

committed by
Marge Bot

parent
51c589234d
commit
8e7703a455
@@ -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"
|
||||
|
Reference in New Issue
Block a user