Procházet zdrojové kódy

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

Ben Wiederhake před 3 roky
rodič
revize
0f35ae13fb
1 změnil soubory, kde provedl 1 přidání a 0 odebrání
  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);