Add math.h header include to matrix_4x4.h

This commit is contained in:
twinaphex 2017-04-16 04:03:55 +02:00
parent 32cebbbcba
commit d30686a78f

View File

@ -26,6 +26,7 @@
#include <retro_inline.h>
#include <retro_common_api.h>
#include <math.h>
#include <gfx/math/vector_3.h>
/* Column-major matrix (OpenGL-style).