X-Git-Url: https://git.libre-soc.org/?a=blobdiff_plain;f=src%2Fmesa%2Fslang%2Fslang_compile_operation.h;h=b32573e0224dc8f68c2580e217614551da2d2bba;hb=a4b10a56145ea253def4cf958410d770d0640bc9;hp=1f15c1989637aecb1860a2da3d20372b7833ee78;hpb=a01e0afd9fc0d647081c6903baa1a7ba505c4b05;p=mesa.git diff --git a/src/mesa/slang/slang_compile_operation.h b/src/mesa/slang/slang_compile_operation.h index 1f15c198963..b32573e0224 100644 --- a/src/mesa/slang/slang_compile_operation.h +++ b/src/mesa/slang/slang_compile_operation.h @@ -26,6 +26,11 @@ #define SLANG_COMPILE_OPERATION_H +#include "main/compiler.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.