mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-01-06 04:30:10 +01:00
isaspec: encode.py: Include assert.h
pack_field(..) makes use of assert(..). Signed-off-by: Christian Gmeiner <christian.gmeiner@gmail.com> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/27491>
This commit is contained in:
parent
c3b667d488
commit
7c198d4404
1 changed files with 1 additions and 0 deletions
|
|
@ -340,6 +340,7 @@ template = """\
|
|||
* IN THE SOFTWARE.
|
||||
*/
|
||||
|
||||
#include <assert.h>
|
||||
#include <stdbool.h>
|
||||
#include <stdint.h>
|
||||
#include <util/bitset.h>
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue