From 7d862dd5fc3a37093462d5ff187403c9ef680a7a Mon Sep 17 00:00:00 2001 From: Andreas Kling Date: Mon, 23 Mar 2020 13:45:10 +0100 Subject: AK: Reduce header dependency graph of String.h String.h no longer pulls in StringView.h. We do this by moving a bunch of String functions out-of-line. --- Kernel/Devices/KeyboardDevice.cpp | 1 + 1 file changed, 1 insertion(+) (limited to 'Kernel/Devices/KeyboardDevice.cpp') diff --git a/Kernel/Devices/KeyboardDevice.cpp b/Kernel/Devices/KeyboardDevice.cpp index 2a5f251305..3ee979bc28 100644 --- a/Kernel/Devices/KeyboardDevice.cpp +++ b/Kernel/Devices/KeyboardDevice.cpp @@ -26,6 +26,7 @@ #include #include +#include #include #include #include -- cgit v1.2.3