summary refs log tree commit diff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/Math/Vector.hpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/Math/Vector.hpp b/src/Math/Vector.hpp
index b6690ef..cb5eb24 100644
--- a/src/Math/Vector.hpp
+++ b/src/Math/Vector.hpp
@@ -5,6 +5,7 @@
 #include <iostream>
 #include <iterator>
 #include <cmath>
+#include <functional>
 
 template <size_t S, typename T = float>
 struct Vector {