1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-26 23:27:43 +00:00

LibJS: Add a missing include to FunctionKind.h

This commit is contained in:
Hendiadyoin1 2023-02-26 13:46:02 +01:00 committed by Linus Groh
parent 4c2b4c1a27
commit c696654294

View file

@ -6,6 +6,8 @@
#pragma once
#include <AK/Types.h>
namespace JS {
enum class FunctionKind : u8 {