summaryrefslogtreecommitdiff
path: root/Libraries/LibJS/Runtime/PropertyAttributes.h
diff options
context:
space:
mode:
Diffstat (limited to 'Libraries/LibJS/Runtime/PropertyAttributes.h')
-rw-r--r--Libraries/LibJS/Runtime/PropertyAttributes.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/Libraries/LibJS/Runtime/PropertyAttributes.h b/Libraries/LibJS/Runtime/PropertyAttributes.h
index d421182a8c..d99f074eac 100644
--- a/Libraries/LibJS/Runtime/PropertyAttributes.h
+++ b/Libraries/LibJS/Runtime/PropertyAttributes.h
@@ -26,6 +26,9 @@
#pragma once
+#include <AK/Types.h>
+#include <AK/LogStream.h>
+
namespace JS {
struct Attribute {