diff --git a/Meta/gn/secondary/Userland/Libraries/LibJS/BUILD.gn b/Meta/gn/secondary/Userland/Libraries/LibJS/BUILD.gn index e7218544ef..6e06885c3e 100644 --- a/Meta/gn/secondary/Userland/Libraries/LibJS/BUILD.gn +++ b/Meta/gn/secondary/Userland/Libraries/LibJS/BUILD.gn @@ -33,6 +33,7 @@ shared_library("LibJS") { "Bytecode/IdentifierTable.cpp", "Bytecode/Instruction.cpp", "Bytecode/Interpreter.cpp", + "Bytecode/Label.cpp", "Bytecode/RegexTable.cpp", "Bytecode/StringTable.cpp", "Console.cpp",