mirror of
https://github.com/RGBCube/serenity
synced 2025-07-25 22:27:35 +00:00
LibWasm: Add missing forward declaration to Printer/Printer.h
This commit is contained in:
parent
fd7e8f16f2
commit
0f35ae13fb
1 changed files with 1 additions and 0 deletions
|
@ -10,6 +10,7 @@
|
|||
|
||||
namespace Wasm {
|
||||
|
||||
class Reference;
|
||||
class Value;
|
||||
|
||||
String instruction_name(OpCode const& opcode);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue