summaryrefslogtreecommitdiff
path: root/Userland/Libraries/LibWasm/AbstractMachine/BytecodeInterpreter.cpp
diff options
context:
space:
mode:
authorTim Schumacher <timschumi@gmx.de>2023-02-09 03:11:50 +0100
committerLinus Groh <mail@linusgroh.de>2023-02-13 00:50:07 +0000
commit874c7bba289222916911caf3102c77ee3a261d77 (patch)
treef23e954dc2455e423b3004473b754cb5a73ddc69 /Userland/Libraries/LibWasm/AbstractMachine/BytecodeInterpreter.cpp
parent606a3982f34d777f121fcc4aa964141199676c20 (diff)
downloadserenity-874c7bba289222916911caf3102c77ee3a261d77.zip
LibCore: Remove `Stream.h`
Diffstat (limited to 'Userland/Libraries/LibWasm/AbstractMachine/BytecodeInterpreter.cpp')
-rw-r--r--Userland/Libraries/LibWasm/AbstractMachine/BytecodeInterpreter.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/Userland/Libraries/LibWasm/AbstractMachine/BytecodeInterpreter.cpp b/Userland/Libraries/LibWasm/AbstractMachine/BytecodeInterpreter.cpp
index a1c383aa8e..2e11c1ccf1 100644
--- a/Userland/Libraries/LibWasm/AbstractMachine/BytecodeInterpreter.cpp
+++ b/Userland/Libraries/LibWasm/AbstractMachine/BytecodeInterpreter.cpp
@@ -6,6 +6,7 @@
*/
#include <AK/Debug.h>
+#include <AK/Endian.h>
#include <AK/MemoryStream.h>
#include <LibWasm/AbstractMachine/AbstractMachine.h>
#include <LibWasm/AbstractMachine/BytecodeInterpreter.h>