From 8981fae4c3e4ecfbbc41d2469dc48a360a9fc182 Mon Sep 17 00:00:00 2001 From: Vinson Lee Date: Sat, 14 Aug 2010 23:18:29 -0700 Subject: [PATCH] glsl: Include missing headers in slang_compile_struct.h. Include glheader.h for GL symbols. Include slang_utility.h for slang_atom symbol. --- src/mesa/slang/slang_compile_struct.h | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/mesa/slang/slang_compile_struct.h b/src/mesa/slang/slang_compile_struct.h index 90c5512..7be6f20 100644 --- a/src/mesa/slang/slang_compile_struct.h +++ b/src/mesa/slang/slang_compile_struct.h @@ -29,6 +29,9 @@ extern "C" { #endif +#include "main/glheader.h" +#include "slang_utility.h" + struct slang_function_; typedef struct slang_struct_scope_ -- 2.7.4