Skip to content

Commit

Permalink
Fix includes
Browse files Browse the repository at this point in the history
Signed-off-by: Stefan Marr <[email protected]>
  • Loading branch information
smarr committed Jul 30, 2024
1 parent 4a6f4e6 commit 34f8327
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions src/compiler/MethodGenerationContext.h
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@
THE SOFTWARE.
*/

#include <array>
#include <vector>

#include "../misc/defs.h"
Expand Down
1 change: 1 addition & 0 deletions src/interpreter/Interpreter.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@
#include <cstdint>
#include <string>

#include "../interpreter/bytecodes.h" // NOLINT// NOLINT(misc-include-cleaner) it's required to make the types complete
#include "../compiler/Disassembler.h"
#include "../memory/Heap.h"
#include "../misc/defs.h"
Expand Down

0 comments on commit 34f8327

Please sign in to comment.