summary refs log tree commit diff
path: root/src/Math/Rotation.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/Math/Rotation.hpp')
-rw-r--r--src/Math/Rotation.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Math/Rotation.hpp b/src/Math/Rotation.hpp
index d5bc023..d12ac29 100644
--- a/src/Math/Rotation.hpp
+++ b/src/Math/Rotation.hpp
@@ -1,7 +1,7 @@
 #pragma once
 
 #include <cmath>
-#include "Trig.hpp"
+#include "Functions.hpp"
 #include "Vector.hpp"
 
 struct Rotation {