From 88cf46dc98df0db4952ebf23db0cf198bdf601f9 Mon Sep 17 00:00:00 2001 From: Liav A Date: Sun, 9 Feb 2020 19:35:40 +0200 Subject: [PATCH] Userland: Use IO helpers from LibBareMetal --- Userland/crash.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Userland/crash.cpp b/Userland/crash.cpp index 5311c0453d..b546f5a98c 100644 --- a/Userland/crash.cpp +++ b/Userland/crash.cpp @@ -26,7 +26,7 @@ #include #include -#include +#include #include #include #include