mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-02-15 00:10:25 +01:00
glsl: Include missing headers in slang_compiler_operation.h.
Include glheader.h for GL symbols. Include slang_compile_variable.h for slang_variable_scope symbol. Include slang_utility.h for slang_atom symbol.
This commit is contained in:
parent
1918820d2e
commit
9bfbfd55af
1 changed files with 4 additions and 0 deletions
|
|
@ -26,6 +26,10 @@
|
|||
#define SLANG_COMPILE_OPERATION_H
|
||||
|
||||
|
||||
#include "main/glheader.h"
|
||||
#include "slang_compile_variable.h"
|
||||
#include "slang_utility.h"
|
||||
|
||||
/**
|
||||
* Types of slang operations.
|
||||
* These are the types of the AST (abstract syntax tree) nodes.
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue