tinydisplay: fix missing include in zmath.h

This commit is contained in:
rdb 2023-10-14 18:05:47 +02:00
parent f9c213fcbb
commit 9dce403bee

View File

@ -1,6 +1,8 @@
#ifndef __ZMATH__
#define __ZMATH__
#include "numeric_types.h"
/* Matrix & Vertex */
typedef struct {