From: Timothy Arceri Date: Sat, 1 Oct 2016 01:45:22 +0000 (+1000) Subject: glsl: add missing headers to blob.h X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=024c20731905d81c966bb5169385109b59f119fb;p=mesa.git glsl: add missing headers to blob.h Reviewed-by: Jason Ekstrand --- diff --git a/src/compiler/glsl/blob.h b/src/compiler/glsl/blob.h index ec903ec140f..0765bf3ef18 100644 --- a/src/compiler/glsl/blob.h +++ b/src/compiler/glsl/blob.h @@ -29,6 +29,8 @@ extern "C" { #endif +#include +#include #include /* The blob functions implement a simple, low-level API for serializing and