glsl: Include missing header in slang_utility.h.

Include glheader.h for GL symbols.
This commit is contained in:
Vinson Lee
2010-08-14 18:56:17 -07:00
parent 845554eb3b
commit 99003560ca
+2
View File
@@ -26,6 +26,8 @@
#define SLANG_UTILITY_H
#include "main/glheader.h"
/* Compile-time assertions. If the expression is zero, try to declare an
* array of size [-1] to cause compilation error.
*/