mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-05 20:28:04 +02:00
glsl: Include missing headers in slang_vartable.h.
Include glheader.h for GL symbols. Include slang_utility.h for slang_atom symbol.
This commit is contained in:
parent
fe19935a12
commit
845554eb3b
1 changed files with 3 additions and 0 deletions
|
|
@ -2,6 +2,9 @@
|
|||
#ifndef SLANG_VARTABLE_H
|
||||
#define SLANG_VARTABLE_H
|
||||
|
||||
#include "main/glheader.h"
|
||||
#include "slang_utility.h"
|
||||
|
||||
struct slang_ir_storage_;
|
||||
|
||||
typedef struct slang_var_table_ slang_var_table;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue