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:
Christian Gmeiner 2024-02-06 16:39:37 +01:00 committed by Marge Bot
parent c3b667d488
commit 7c198d4404

View file

@ -340,6 +340,7 @@ template = """\
* IN THE SOFTWARE.
*/
#include <assert.h>
#include <stdbool.h>
#include <stdint.h>
#include <util/bitset.h>