We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent beb0077 commit cdbe8f7Copy full SHA for cdbe8f7
3 files changed
include/scratchcpp/virtualmachine.h
@@ -2,6 +2,7 @@
2
3
#pragma once
4
5
+#include <vector>
6
#include <scratchcpp/value.h>
7
8
#include "spimpl.h"
src/engine/compiler_p.h
+#include <unordered_map>
#include <scratchcpp/compiler.h>
#include <scratchcpp/inputvalue.h>
src/scratch/block_p.h
#include <scratchcpp/blockprototype.h>
0 commit comments