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

This commit is contained in:
Ben Wiederhake 2021-09-30 23:30:46 +02:00 committed by Linus Groh
commit 0f35ae13fb
Notes: sideshowbarker 2024-07-18 02:58:25 +09:00

View file

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