1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-05-31 16:28:11 +00:00

LibWeb: Add missing #include to MainThreadVM.h

This commit is contained in:
Andreas Kling 2021-09-19 22:10:49 +02:00
parent 68d1f5965a
commit c7aa32b90f

View file

@ -7,6 +7,7 @@
#pragma once
#include <LibJS/Forward.h>
#include <LibJS/Runtime/VM.h>
#include <LibWeb/HTML/EventLoop/EventLoop.h>
namespace Web::Bindings {