Include cstdlib to be sure size_t is available

This commit is contained in:
Ian Romanick 2010-03-10 10:42:37 -08:00
parent d949a9afb0
commit f52888fac0

View file

@ -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 {