aboutsummaryrefslogtreecommitdiffstats
path: root/alee-standalone.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'alee-standalone.cpp')
-rw-r--r--alee-standalone.cpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/alee-standalone.cpp b/alee-standalone.cpp
index 5681dbf..2ab9b71 100644
--- a/alee-standalone.cpp
+++ b/alee-standalone.cpp
@@ -19,12 +19,13 @@
#include "alee.hpp"
#include "splitmemdict.hpp"
+#include <array>
#include <charconv>
#include <fstream>
#include <iostream>
#include <vector>
-alignas(sizeof(Cell))
+#define ALEE_RODICTSIZE
#include "core.fth.h"
static bool okay = false;