diff options
author | Emil Velikov <[email protected]> | 2017-03-09 01:13:52 +0000 |
---|---|---|
committer | Emil Velikov <[email protected]> | 2017-03-13 11:16:34 +0000 |
commit | 1d80407a6a11f8989ffb2e8fe1c03eb149d36ea0 (patch) | |
tree | 3a915ca1160fb94487af18d5bc2134dc84c4a183 /src/mesa | |
parent | 077078ce77e8653725def01ed291eb486989a9ad (diff) |
i965: add missing #include <assert.h> in brw_inst.h
Signed-off-by: Emil Velikov <[email protected]>
Reviewed-by: Jason Ekstrand <[email protected]>
Diffstat (limited to 'src/mesa')
-rw-r--r-- | src/mesa/drivers/dri/i965/brw_inst.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/mesa/drivers/dri/i965/brw_inst.h b/src/mesa/drivers/dri/i965/brw_inst.h index e73093eb8dd..3284938f905 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" |