diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/Math/Vector.hpp | 1 |
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 { |
