mirror of
https://github.com/panda3d/panda3d.git
synced 2025-10-05 03:15:07 -04:00
tinydisplay: fix missing include in zmath.h
This commit is contained in:
parent
f9c213fcbb
commit
9dce403bee
@ -1,6 +1,8 @@
|
|||||||
#ifndef __ZMATH__
|
#ifndef __ZMATH__
|
||||||
#define __ZMATH__
|
#define __ZMATH__
|
||||||
|
|
||||||
|
#include "numeric_types.h"
|
||||||
|
|
||||||
/* Matrix & Vertex */
|
/* Matrix & Vertex */
|
||||||
|
|
||||||
typedef struct {
|
typedef struct {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user