diff options
Diffstat (limited to 'memdict.hpp')
-rw-r--r-- | memdict.hpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/memdict.hpp b/memdict.hpp index c88bc7d..003b3a7 100644 --- a/memdict.hpp +++ b/memdict.hpp @@ -19,7 +19,7 @@ #ifndef ALEEFORTH_MEMDICT_HPP #define ALEEFORTH_MEMDICT_HPP -#include "alee.hpp" +#include "libalee/alee.hpp" #ifndef MEMDICTSIZE #define MEMDICTSIZE (65536) |