summary refs log tree commit diff
path: root/src/GFX/Mesh.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/GFX/Mesh.hpp')
-rw-r--r--src/GFX/Mesh.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/GFX/Mesh.hpp b/src/GFX/Mesh.hpp
index 36a7dac..bfe8eab 100644
--- a/src/GFX/Mesh.hpp
+++ b/src/GFX/Mesh.hpp
@@ -3,7 +3,7 @@
 #include <utility>
 #include <vector>
 #include <cstdint>
-#include "../Math/Math.hpp"
+#include "../Math/Common.hpp"
 
 namespace MC::GFX {