diff --git a/Meta/gn/secondary/AK/BUILD.gn b/Meta/gn/secondary/AK/BUILD.gn index 83b3ddf294..13d79c0bec 100644 --- a/Meta/gn/secondary/AK/BUILD.gn +++ b/Meta/gn/secondary/AK/BUILD.gn @@ -135,6 +135,7 @@ source_set("AK") { "SinglyLinkedList.h", "SinglyLinkedListSizePolicy.h", "SipHash.h", + "Slugify.h", "SourceGenerator.h", "SourceLocation.h", "Span.h", @@ -211,6 +212,7 @@ source_set("sources") { "OptionParser.cpp", "Random.cpp", "SipHash.cpp", + "Slugify.cpp", "StackInfo.cpp", "Stream.cpp", "String.cpp",