diff options
Diffstat (limited to 'raul/Array.hpp')
-rw-r--r-- | raul/Array.hpp | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/raul/Array.hpp b/raul/Array.hpp index 1920b4a..5f1d4e6 100644 --- a/raul/Array.hpp +++ b/raul/Array.hpp @@ -17,11 +17,12 @@ #ifndef RAUL_ARRAY_HPP #define RAUL_ARRAY_HPP +#include "raul/Maid.hpp" + #include <algorithm> #include <cassert> #include <cstddef> - -#include "raul/Maid.hpp" +#include <memory> namespace Raul { |