mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-01-04 17:50:11 +01:00
nir: add missing stdint include
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/28499>
This commit is contained in:
parent
51c589234d
commit
8e7703a455
1 changed files with 1 additions and 0 deletions
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue