瀏覽代碼

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

Ben Wiederhake 3 年之前
父節點
當前提交
0f35ae13fb
共有 1 個文件被更改,包括 1 次插入0 次删除
  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);