diff options
Diffstat (limited to 'Libraries/LibJS/Runtime/PropertyAttributes.h')
-rw-r--r-- | Libraries/LibJS/Runtime/PropertyAttributes.h | 3 |
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 { |