fix public header's includes

This commit is contained in:
Recep Aslantas
2018-04-21 22:36:25 +03:00
parent 3c7a729729
commit 498a33fac5
8 changed files with 12 additions and 5 deletions

View File

@@ -46,6 +46,8 @@
#include "common.h"
#include "quat.h"
#include "vec4.h"
#include "vec3.h"
#ifdef CGLM_SSE_FP
# include "simd/sse2/mat4.h"