1
0
mirror of https://github.com/libretro/RetroArch synced 2025-02-19 21:40:49 +00:00

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

@ -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).