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:
Vinson Lee 2010-08-14 23:18:29 -07:00
parent d5a86f9fc9
commit 8981fae4c3

View file

@ -29,6 +29,9 @@
extern "C" {
#endif
#include "main/glheader.h"
#include "slang_utility.h"
struct slang_function_;
typedef struct slang_struct_scope_