Browse Source

LibWeb: Add missing #include to MainThreadVM.h

Andreas Kling 3 years ago
parent
commit
c7aa32b90f
1 changed files with 1 additions and 0 deletions
  1. 1 0
      Userland/Libraries/LibWeb/Bindings/MainThreadVM.h

+ 1 - 0
Userland/Libraries/LibWeb/Bindings/MainThreadVM.h

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