diff options
Diffstat (limited to 'alee-standalone.cpp')
-rw-r--r-- | alee-standalone.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/alee-standalone.cpp b/alee-standalone.cpp index 488d3ba..d2151c8 100644 --- a/alee-standalone.cpp +++ b/alee-standalone.cpp @@ -24,6 +24,7 @@ #include <iostream> #include <vector> +alignas(sizeof(Cell)) #include "core.fth.h" static bool okay = false; |