Browse Source

tinydisplay: fix missing include in zmath.h

rdb 2 years ago
parent
commit
9dce403bee
1 changed files with 2 additions and 0 deletions
  1. 2 0
      panda/src/tinydisplay/zmath.h

+ 2 - 0
panda/src/tinydisplay/zmath.h

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