mirror of
https://github.com/RGBCube/serenity
synced 2025-07-25 14:17:36 +00:00
LibJS: Add missing <AK/TypeCasts.h> include in $262Object.cpp
This commit is contained in:
parent
15c324a70b
commit
a7ce0509f7
1 changed files with 1 additions and 0 deletions
|
@ -5,6 +5,7 @@
|
|||
* SPDX-License-Identifier: BSD-2-Clause
|
||||
*/
|
||||
|
||||
#include <AK/TypeCasts.h>
|
||||
#include <LibJS/Contrib/Test262/$262Object.h>
|
||||
#include <LibJS/Contrib/Test262/AgentObject.h>
|
||||
#include <LibJS/Contrib/Test262/GlobalObject.h>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue