diff options
| author | Ian Romanick <ian.d.romanick@intel.com> | 2010-03-10 10:42:37 -0800 |
|---|---|---|
| committer | Ian Romanick <ian.d.romanick@intel.com> | 2010-03-10 10:42:37 -0800 |
| commit | f52888fac0b8a6c395a7eb684731852d9b46441f (patch) | |
| tree | cebc61bb7c8f9c0645221e38bcaab314457d896b | |
| parent | d949a9afb0a01e9678a4343f66b056b41a2e48a9 (diff) | |
Include cstdlib to be sure size_t is available
| -rw-r--r-- | glsl_parser_extras.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/glsl_parser_extras.h b/glsl_parser_extras.h index 932c12d841..1c972623c2 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 <cstdlib> #include "main/simple_list.h" enum _mesa_glsl_parser_targets { |
