diff options
Diffstat (limited to 'euler/include/std/allocator.hpp')
-rw-r--r-- | euler/include/std/allocator.hpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/euler/include/std/allocator.hpp b/euler/include/std/allocator.hpp index 32ba005..e76feb9 100644 --- a/euler/include/std/allocator.hpp +++ b/euler/include/std/allocator.hpp @@ -1,5 +1,7 @@ #pragma once +#include <std/fwd/allocator.hpp> + #include <euler/heap.hpp> namespace std { |