From: Ian Romanick Date: Wed, 10 Mar 2010 18:42:37 +0000 (-0800) Subject: Include cstdlib to be sure size_t is available X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=f52888fac0b8a6c395a7eb684731852d9b46441f;p=mesa.git Include cstdlib to be sure size_t is available --- diff --git a/glsl_parser_extras.h b/glsl_parser_extras.h index 932c12d8410..1c972623c20 100644 --- a/glsl_parser_extras.h +++ b/glsl_parser_extras.h @@ -25,6 +25,7 @@ #ifndef GLSL_PARSER_EXTRAS_H #define GLSL_PARSER_EXTRAS_H +#include #include "main/simple_list.h" enum _mesa_glsl_parser_targets {