Fix missing include

This commit is contained in:
Georg Hagen
2024-07-13 23:26:06 +02:00
parent 3ebde459ec
commit 5432711d8a

View File

@@ -15,6 +15,7 @@
#include <glm/gtx/quaternion.hpp>
#include <glm/gtx/transform.hpp>
#include <glm/gtx/io.hpp>
#include <math.h>
namespace OpenVulkano::Math
{