From 6a4c4b21f6bcf303eaa44263a8f87996c8e1d0d8 Mon Sep 17 00:00:00 2001 From: Zeno Rogue Date: Fri, 22 Nov 2019 16:37:43 +0100 Subject: [PATCH] fixup locations --- hyper.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/hyper.cpp b/hyper.cpp index 6b9190fa..7c923cbd 100644 --- a/hyper.cpp +++ b/hyper.cpp @@ -44,6 +44,7 @@ #include "reg3.cpp" #include "language.cpp" #include "cell.cpp" +#include "locations.cpp" #include "expansion.cpp" #include "goldberg.cpp" #include "irregular.cpp"