From: Vinson Lee Date: Sun, 15 Aug 2010 06:18:29 +0000 (-0700) Subject: glsl: Include missing headers in slang_compile_struct.h. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=8981fae4c3e4ecfbbc41d2469dc48a360a9fc182;p=mesa.git glsl: Include missing headers in slang_compile_struct.h. Include glheader.h for GL symbols. Include slang_utility.h for slang_atom symbol. --- diff --git a/src/mesa/slang/slang_compile_struct.h b/src/mesa/slang/slang_compile_struct.h index 90c5512f4d3..7be6f204e11 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_