From ef1e5db1d063f55e57b1d7623ea7154583fc95ad Mon Sep 17 00:00:00 2001 From: Andreas Kling Date: Fri, 12 Mar 2021 17:29:37 +0100 Subject: Everywhere: Remove klog(), dbg() and purge all LogStream usage :^) Good-bye LogStream. Long live AK::Format! --- Userland/Games/Pong/main.cpp | 1 + 1 file changed, 1 insertion(+) (limited to 'Userland/Games/Pong/main.cpp') diff --git a/Userland/Games/Pong/main.cpp b/Userland/Games/Pong/main.cpp index 0af4776b45..34ebe0f239 100644 --- a/Userland/Games/Pong/main.cpp +++ b/Userland/Games/Pong/main.cpp @@ -32,6 +32,7 @@ #include #include #include +#include int main(int argc, char** argv) { -- cgit v1.2.3