mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-04-21 20:15:17 +00:00
LibWeb: Add missing #include to MainThreadVM.h
This commit is contained in:
parent
68d1f5965a
commit
c7aa32b90f
Notes:
sideshowbarker
2024-07-18 03:38:47 +09:00
Author: https://github.com/awesomekling Commit: https://github.com/SerenityOS/serenity/commit/c7aa32b90fd
1 changed files with 1 additions and 0 deletions
|
@ -7,6 +7,7 @@
|
|||
#pragma once
|
||||
|
||||
#include <LibJS/Forward.h>
|
||||
#include <LibJS/Runtime/VM.h>
|
||||
#include <LibWeb/HTML/EventLoop/EventLoop.h>
|
||||
|
||||
namespace Web::Bindings {
|
||||
|
|
Loading…
Add table
Reference in a new issue