diff options
-rw-r--r-- | src/compiler/glsl/blob.h | 2 |
1 files changed, 2 insertions, 0 deletions
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 <stdbool.h> +#include <stddef.h> #include <stdint.h> /* The blob functions implement a simple, low-level API for serializing and |