summaryrefslogtreecommitdiff
path: root/include/fud_allocator.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'include/fud_allocator.hpp')
-rw-r--r--include/fud_allocator.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/fud_allocator.hpp b/include/fud_allocator.hpp
index a9fbd67..693111b 100644
--- a/include/fud_allocator.hpp
+++ b/include/fud_allocator.hpp
@@ -26,7 +26,7 @@
namespace fud {
-class Allocator {
+class alignas(size_t) Allocator {
public:
virtual ~Allocator() = default;