glsl: add missing headers to blob.h
authorTimothy Arceri <timothy.arceri@collabora.com>
Sat, 1 Oct 2016 01:45:22 +0000 (11:45 +1000)
committerTimothy Arceri <timothy.arceri@collabora.com>
Sun, 2 Oct 2016 02:48:06 +0000 (13:48 +1100)
Reviewed-by: Jason Ekstrand <jason.ekstrand@intel.com>
src/compiler/glsl/blob.h

index ec903ec..0765bf3 100644 (file)
@@ -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