From d4976b3e6fddec7a8ee010a6278e5cbe005542b4 Mon Sep 17 00:00:00 2001 From: olpc user Date: Mon, 25 Nov 2019 17:55:34 -0800 Subject: add batch linking via initializer_list, also some missing changes --- starts/meaning-vm/level-1/baseref.hpp | 2 ++ 1 file changed, 2 insertions(+) (limited to 'starts/meaning-vm/level-1') diff --git a/starts/meaning-vm/level-1/baseref.hpp b/starts/meaning-vm/level-1/baseref.hpp index 01026c8..8c358cc 100644 --- a/starts/meaning-vm/level-1/baseref.hpp +++ b/starts/meaning-vm/level-1/baseref.hpp @@ -3,6 +3,8 @@ #include "common.hpp" #include "funcs.hpp" +#include "../level-0/ref.hpp" + namespace intellect { namespace level1 { -- cgit v1.2.3