Browse Source

LibWasm: Add missing forward declaration to Printer/Printer.h

Ben Wiederhake 3 years ago
parent
commit
0f35ae13fb
1 changed files with 1 additions and 0 deletions
  1. 1 0
      Userland/Libraries/LibWasm/Printer/Printer.h

+ 1 - 0
Userland/Libraries/LibWasm/Printer/Printer.h

@@ -10,6 +10,7 @@
 
 namespace Wasm {
 
+class Reference;
 class Value;
 
 String instruction_name(OpCode const& opcode);