Skip to content

Commit bc180c6

Browse files
committed
fix: adding missing include VM.hpp in Bytecode.cpp
1 parent 1ea154e commit bc180c6

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/arkreactor/Builtins/Bytecode.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
#include <Ark/Builtins/Builtins.hpp>
22

33
#include <Ark/Compiler/BytecodeReader.hpp>
4+
#include <Ark/VM/VM.hpp>
45

56
#include <Ark/VM/DefaultValues.hpp>
67
#include <Ark/TypeChecker.hpp>

0 commit comments

Comments
 (0)