OSDN Git Service

i965: add missing #include <assert.h> in brw_inst.h
authorEmil Velikov <emil.velikov@collabora.com>
Thu, 9 Mar 2017 01:13:52 +0000 (01:13 +0000)
committerEmil Velikov <emil.l.velikov@gmail.com>
Mon, 13 Mar 2017 11:16:34 +0000 (11:16 +0000)
Signed-off-by: Emil Velikov <emil.velikov@collabora.com>
Reviewed-by: Jason Ekstrand <jason@jlekstrand.net>
src/mesa/drivers/dri/i965/brw_inst.h

index e73093e..3284938 100644 (file)
@@ -31,6 +31,7 @@
 #ifndef BRW_INST_H
 #define BRW_INST_H
 
+#include <assert.h>
 #include <stdint.h>
 
 #include "brw_defines.h"