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:
Vinson Lee 2010-08-14 18:53:22 -07:00
parent fe19935a12
commit 845554eb3b

View file

@ -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;