summaryrefslogtreecommitdiff
path: root/Userland/Libraries/LibWeb/WebIDL/Promise.h
diff options
context:
space:
mode:
authorMatthew Olsson <matthewcolsson@gmail.com>2023-02-25 10:42:45 -0700
committerLinus Groh <mail@linusgroh.de>2023-03-06 13:05:43 +0000
commitbab883bf8e55a7ef7d2e4155d75628c55de0d55b (patch)
tree8f1a570cf72fb94f872113b428ffc4271b1ed088 /Userland/Libraries/LibWeb/WebIDL/Promise.h
parent8dc781097644b6e9e0c1d86069bb54fa65cf14dd (diff)
downloadserenity-bab883bf8e55a7ef7d2e4155d75628c55de0d55b.zip
LibJS+LibWeb: Add a bunch of missing includes
Diffstat (limited to 'Userland/Libraries/LibWeb/WebIDL/Promise.h')
-rw-r--r--Userland/Libraries/LibWeb/WebIDL/Promise.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/Userland/Libraries/LibWeb/WebIDL/Promise.h b/Userland/Libraries/LibWeb/WebIDL/Promise.h
index f8f609c490..6292807928 100644
--- a/Userland/Libraries/LibWeb/WebIDL/Promise.h
+++ b/Userland/Libraries/LibWeb/WebIDL/Promise.h
@@ -8,6 +8,7 @@
#pragma once
#include <LibJS/Forward.h>
+#include <LibJS/Runtime/Value.h>
#include <LibJS/SafeFunction.h>
#include <LibWeb/Forward.h>