mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-05 07:28:11 +02:00
Include cstdlib to be sure size_t is available
This commit is contained in:
parent
d949a9afb0
commit
f52888fac0
1 changed files with 1 additions and 0 deletions
|
|
@ -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 {
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue