mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-02-18 01:50:40 +01:00
glsl: Include missing headers in slang_compile_struct.h.
Include glheader.h for GL symbols. Include slang_utility.h for slang_atom symbol.
This commit is contained in:
parent
d5a86f9fc9
commit
8981fae4c3
1 changed files with 3 additions and 0 deletions
|
|
@ -29,6 +29,9 @@
|
|||
extern "C" {
|
||||
#endif
|
||||
|
||||
#include "main/glheader.h"
|
||||
#include "slang_utility.h"
|
||||
|
||||
struct slang_function_;
|
||||
|
||||
typedef struct slang_struct_scope_
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue