tinydisplay: fix missing include in zmath.h
This commit is contained in:
parent
f9c213fcbb
commit
9dce403bee
|
|
@ -1,6 +1,8 @@
|
|||
#ifndef __ZMATH__
|
||||
#define __ZMATH__
|
||||
|
||||
#include "numeric_types.h"
|
||||
|
||||
/* Matrix & Vertex */
|
||||
|
||||
typedef struct {
|
||||
|
|
|
|||
Loading…
Reference in New Issue