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 d179049..a81d9c5 100644 --- a/src/Math/Vector.hpp +++ b/src/Math/Vector.hpp @@ -1,5 +1,6 @@ #pragma once +#include <array> #include <sstream> #include <cmath> #include "../Common/Sizes.hpp" |
