From d3192e1006b18e9510b6c7f532ca03ed1d50aa27 Mon Sep 17 00:00:00 2001 From: Augustin Cavalier Date: Tue, 23 Apr 2024 22:34:22 -0400 Subject: [PATCH] kernel/util: Adjust includes of VectorMap. This way it can be included even if "util" isn't in the header search path. --- headers/private/kernel/util/VectorMap.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/headers/private/kernel/util/VectorMap.h b/headers/private/kernel/util/VectorMap.h index 652ece267c..f0240f109d 100644 --- a/headers/private/kernel/util/VectorMap.h +++ b/headers/private/kernel/util/VectorMap.h @@ -11,8 +11,8 @@ #include #include -#include -#include +#include +#include namespace VectorMapEntryStrategy { // Pair