[Mesa-dev] [PATCH v2 14/25] i965: add missing #include <assert.h> in brw_inst.h

Emil Velikov emil.l.velikov at gmail.com
Thu Mar 9 19:07:03 UTC 2017


From: Emil Velikov <emil.velikov at collabora.com>

Signed-off-by: Emil Velikov <emil.velikov at collabora.com>
---
 src/mesa/drivers/dri/i965/brw_inst.h | 1 +
 1 file changed, 1 insertion(+)

diff --git a/src/mesa/drivers/dri/i965/brw_inst.h b/src/mesa/drivers/dri/i965/brw_inst.h
index e73093eb8d..3284938f90 100644
--- a/src/mesa/drivers/dri/i965/brw_inst.h
+++ b/src/mesa/drivers/dri/i965/brw_inst.h
@@ -31,6 +31,7 @@
 #ifndef BRW_INST_H
 #define BRW_INST_H
 
+#include <assert.h>
 #include <stdint.h>
 
 #include "brw_defines.h"
-- 
2.11.1



More information about the mesa-dev mailing list