From: Vinson Lee Date: Sun, 15 Aug 2010 05:43:26 +0000 (-0700) Subject: glsl: Include missing headers in slang_compiler_operation.h. X-Git-Tag: mesa-7.9-rc1~1252 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=9bfbfd55afb42ea54621c8fae99a71db81a7332c;p=platform%2Fupstream%2Fmesa.git glsl: Include missing headers in slang_compiler_operation.h. Include glheader.h for GL symbols. Include slang_compile_variable.h for slang_variable_scope symbol. Include slang_utility.h for slang_atom symbol. --- diff --git a/src/mesa/slang/slang_compile_operation.h b/src/mesa/slang/slang_compile_operation.h index 1f15c19..b8c5f21 100644 --- a/src/mesa/slang/slang_compile_operation.h +++ b/src/mesa/slang/slang_compile_operation.h @@ -26,6 +26,10 @@ #define SLANG_COMPILE_OPERATION_H +#include "main/glheader.h" +#include "slang_compile_variable.h" +#include "slang_utility.h" + /** * Types of slang operations. * These are the types of the AST (abstract syntax tree) nodes.