mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-05 18:18:06 +02:00
tgsi: Include missing header in tgsi_parse.h.
Include p_compiler.h for boolean and INLINE symbols.
This commit is contained in:
parent
57421cb464
commit
ec21ed1ce7
1 changed files with 1 additions and 0 deletions
|
|
@ -28,6 +28,7 @@
|
|||
#ifndef TGSI_PARSE_H
|
||||
#define TGSI_PARSE_H
|
||||
|
||||
#include "pipe/p_compiler.h"
|
||||
#include "pipe/p_shader_tokens.h"
|
||||
|
||||
#if defined __cplusplus
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue