summaryrefslogtreecommitdiff
path: root/starts/meaning-vm/level-1/common.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'starts/meaning-vm/level-1/common.hpp')
-rw-r--r--starts/meaning-vm/level-1/common.hpp7
1 files changed, 6 insertions, 1 deletions
diff --git a/starts/meaning-vm/level-1/common.hpp b/starts/meaning-vm/level-1/common.hpp
index 2977077..2c9297b 100644
--- a/starts/meaning-vm/level-1/common.hpp
+++ b/starts/meaning-vm/level-1/common.hpp
@@ -1,10 +1,15 @@
#pragma once
+#include "../level-0/common.hpp"
+
namespace intellect {
namespace level1 {
+using level0::concept;
+using level0::value;
+
+template <typename T> struct baseref;
struct ref;
-template <typename T> struct vref;
}
}