i965: add missing #include <assert.h> in brw_inst.h
Signed-off-by: Emil Velikov <emil.velikov@collabora.com> Reviewed-by: Jason Ekstrand <jason@jlekstrand.net>
This commit is contained in:

committed by
Emil Velikov

parent
077078ce77
commit
1d80407a6a
@@ -31,6 +31,7 @@
|
|||||||
#ifndef BRW_INST_H
|
#ifndef BRW_INST_H
|
||||||
#define BRW_INST_H
|
#define BRW_INST_H
|
||||||
|
|
||||||
|
#include <assert.h>
|
||||||
#include <stdint.h>
|
#include <stdint.h>
|
||||||
|
|
||||||
#include "brw_defines.h"
|
#include "brw_defines.h"
|
||||||
|
Reference in New Issue
Block a user