From ea108266c1318fee12df080b4e4c33a2c67dcc4e Mon Sep 17 00:00:00 2001 From: Paolo Cignoni cignoni Date: Wed, 29 Mar 2006 09:15:41 +0000 Subject: [PATCH] necessary for compilation on 64 bit AMD with gcc 3.4.5 --- src/meshlabplugins/meshrender/shaderStructs.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/meshlabplugins/meshrender/shaderStructs.h b/src/meshlabplugins/meshrender/shaderStructs.h index 9e3ee276f..902e51d64 100644 --- a/src/meshlabplugins/meshrender/shaderStructs.h +++ b/src/meshlabplugins/meshrender/shaderStructs.h @@ -3,6 +3,7 @@ #include #include +#include struct UniformVariable { short type; @@ -83,4 +84,4 @@ enum { CLEAR_COLOR_A }; -#endif \ No newline at end of file +#endif