mirror of
https://github.com/libretro/RetroArch.git
synced 2024-11-25 17:10:12 +00:00
Add math.h header include to matrix_4x4.h
This commit is contained in:
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).
|
||||
|
Loading…
Reference in New Issue
Block a user