summary refs log tree commit diff
path: root/src/Math/Vector.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/Math/Vector.hpp')
-rw-r--r--src/Math/Vector.hpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/Math/Vector.hpp b/src/Math/Vector.hpp
index a31afec..4506f0b 100644
--- a/src/Math/Vector.hpp
+++ b/src/Math/Vector.hpp
@@ -1,8 +1,9 @@
 #pragma once
 
-#include "../Common/Sizes.hpp"
 #include <sstream>
 #include <cmath>
+#include "../Common/Sizes.hpp"
+#include "Functions.hpp"
 
 template <uint S, typename T = Real>
 struct Vector {