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:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user