From 9dce403bee16cda0545aed8b033242f84c1dc54d Mon Sep 17 00:00:00 2001 From: rdb Date: Sat, 14 Oct 2023 18:05:47 +0200 Subject: [PATCH] tinydisplay: fix missing include in zmath.h --- panda/src/tinydisplay/zmath.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/panda/src/tinydisplay/zmath.h b/panda/src/tinydisplay/zmath.h index 5296a8ad06..73fae86d6c 100644 --- a/panda/src/tinydisplay/zmath.h +++ b/panda/src/tinydisplay/zmath.h @@ -1,6 +1,8 @@ #ifndef __ZMATH__ #define __ZMATH__ +#include "numeric_types.h" + /* Matrix & Vertex */ typedef struct {