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:
Emil Velikov
2017-03-09 01:13:52 +00:00
committed by Emil Velikov
parent 077078ce77
commit 1d80407a6a

View File

@@ -31,6 +31,7 @@
#ifndef BRW_INST_H
#define BRW_INST_H
#include <assert.h>
#include <stdint.h>
#include "brw_defines.h"