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:
parent
4c2b4c1a27
commit
c696654294
1 changed files with 2 additions and 0 deletions
|
@ -6,6 +6,8 @@
|
|||
|
||||
#pragma once
|
||||
|
||||
#include <AK/Types.h>
|
||||
|
||||
namespace JS {
|
||||
|
||||
enum class FunctionKind : u8 {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue