diff options
Diffstat (limited to 'starts/meaning-vm/level-2/level-2.hpp')
-rw-r--r-- | starts/meaning-vm/level-2/level-2.hpp | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/starts/meaning-vm/level-2/level-2.hpp b/starts/meaning-vm/level-2/level-2.hpp index 29ab89e..7c7dd9a 100644 --- a/starts/meaning-vm/level-2/level-2.hpp +++ b/starts/meaning-vm/level-2/level-2.hpp @@ -1,3 +1,6 @@ #pragma once +#include "common.hpp" +#include "concepts.hpp" #include "sugar.hpp" +#include "ref.hpp" |