summary refs log tree commit diff
path: root/src/GFX/Shading/Program.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/GFX/Shading/Program.hpp')
-rw-r--r--src/GFX/Shading/Program.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/GFX/Shading/Program.hpp b/src/GFX/Shading/Program.hpp
index b7db953..6b28de0 100644
--- a/src/GFX/Shading/Program.hpp
+++ b/src/GFX/Shading/Program.hpp
@@ -3,7 +3,7 @@
 #include <string>
 #include <vector>
 #include "Shader.hpp"
-#include "../../Math/Math.hpp"
+#include "../../Math/Common.hpp"
 #include "Uniform.hpp"
 
 namespace MC::GFX::Shading {