From 871485cc0d3e8238544ca173802c0450c338f3c7 Mon Sep 17 00:00:00 2001 From: Andrew Kaster Date: Mon, 7 Aug 2023 14:41:58 -0600 Subject: [PATCH] Meta: Port fe672989a90225499c73416a757373c1198f7657 to gn build --- Meta/gn/secondary/Userland/Libraries/LibCore/BUILD.gn | 1 + 1 file changed, 1 insertion(+) diff --git a/Meta/gn/secondary/Userland/Libraries/LibCore/BUILD.gn b/Meta/gn/secondary/Userland/Libraries/LibCore/BUILD.gn index 986daa4dae..4aba55140d 100644 --- a/Meta/gn/secondary/Userland/Libraries/LibCore/BUILD.gn +++ b/Meta/gn/secondary/Userland/Libraries/LibCore/BUILD.gn @@ -72,6 +72,7 @@ source_set("sources") { "TCPServer.h", "ThreadEventQueue.cpp", "ThreadEventQueue.h", + "ThreadedPromise.h", "Timer.cpp", "Timer.h", "UDPServer.cpp",