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:
@@ -29,6 +29,9 @@
|
||||
extern "C" {
|
||||
#endif
|
||||
|
||||
#include "main/glheader.h"
|
||||
#include "slang_utility.h"
|
||||
|
||||
struct slang_function_;
|
||||
|
||||
typedef struct slang_struct_scope_
|
||||
|
||||
Reference in New Issue
Block a user