add #include

This commit is contained in:
Milang 2019-10-26 15:05:08 +02:00
parent f69227192d
commit 2c8e7cb263
1 changed files with 1 additions and 0 deletions

View File

@ -2,6 +2,7 @@
#define FE_MODEL_OBJECT
#include <fxengine/model/vertex.h>
#include <fxengine/model/triangle.h>
#include <stdbool.h>
#include <stdint.h>