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:
committed by
Marge Bot
parent
c3b667d488
commit
7c198d4404
@@ -340,6 +340,7 @@ template = """\
|
||||
* IN THE SOFTWARE.
|
||||
*/
|
||||
|
||||
#include <assert.h>
|
||||
#include <stdbool.h>
|
||||
#include <stdint.h>
|
||||
#include <util/bitset.h>
|
||||
|
||||
Reference in New Issue
Block a user