X-Git-Url: https://git.libre-soc.org/?a=blobdiff_plain;f=src%2Fcompiler%2Fglsl%2Fir_variable_refcount.h;h=4a90f08c91f7d83b50eb1fca119b02dc57e88ee6;hb=bb3bbdfbbdb3eb1d4750ffcb2e6827a01872fdab;hp=0a8eec7a2696792ad2f7edf419e931419d45e279;hpb=fbc1a4b7d26dced9a02cf41a9313d0d43eb014e3;p=mesa.git diff --git a/src/compiler/glsl/ir_variable_refcount.h b/src/compiler/glsl/ir_variable_refcount.h index 0a8eec7a269..4a90f08c91f 100644 --- a/src/compiler/glsl/ir_variable_refcount.h +++ b/src/compiler/glsl/ir_variable_refcount.h @@ -29,6 +29,9 @@ * were defined in the scope. */ +#ifndef GLSL_IR_VARIABLE_REFCOUNT_H +#define GLSL_IR_VARIABLE_REFCOUNT_H + #include "ir.h" #include "ir_visitor.h" #include "compiler/glsl_types.h" @@ -84,3 +87,5 @@ public: void *mem_ctx; }; + +#endif /* GLSL_IR_VARIABLE_REFCOUNT_H */