1
Fork 0
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:
Ben Wiederhake 2021-09-30 23:30:46 +02:00 committed by Linus Groh
parent fd7e8f16f2
commit 0f35ae13fb

View file

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