--- src/compiler/glsl/blob.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/compiler/glsl/blob.h b/src/compiler/glsl/blob.h index ec903ec..0765bf3 100644 --- a/src/compiler/glsl/blob.h +++ b/src/compiler/glsl/blob.h @@ -29,6 +29,8 @@ extern "C" { #endif +#include <stdbool.h> +#include <stddef.h> #include <stdint.h> /* The blob functions implement a simple, low-level API for serializing and -- 2.7.4
_______________________________________________ mesa-dev mailing list mesa-dev@lists.freedesktop.org https://lists.freedesktop.org/mailman/listinfo/mesa-dev