aboutsummaryrefslogtreecommitdiffstats
path: root/memdict.hpp
diff options
context:
space:
mode:
authorClyne Sullivan <clyne@bitgloo.com>2023-03-08 19:57:26 -0500
committerClyne Sullivan <clyne@bitgloo.com>2023-03-08 19:57:26 -0500
commitdcd5e792b1d84afd1bea9780781674b6e6ad8dc3 (patch)
tree6b841cd741c3d8df6cb7b22f1423a5c814e0add9 /memdict.hpp
parent1960aa8773e51a76f0a5a653c8a4eb4fbef5e4ba (diff)
move libalee into folder
Diffstat (limited to 'memdict.hpp')
-rw-r--r--memdict.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/memdict.hpp b/memdict.hpp
index c8ccce0..398af0f 100644
--- a/memdict.hpp
+++ b/memdict.hpp
@@ -19,7 +19,7 @@
#ifndef ALEEFORTH_MEMDICT_HPP
#define ALEEFORTH_MEMDICT_HPP
-#include "dictionary.hpp"
+#include "alee.hpp"
#ifndef MEMDICTSIZE
#define MEMDICTSIZE (65536)