From 6e5bf7ac6f906424fdcbf090bf78d694442445fb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?kleines=20Filmr=C3=B6llchen?= Date: Mon, 7 Feb 2022 19:23:45 +0100 Subject: [PATCH] AK: Export DisjointSpans into the global namespace I think we just forgot when we added it. --- AK/DisjointChunks.h | 1 + 1 file changed, 1 insertion(+) diff --git a/AK/DisjointChunks.h b/AK/DisjointChunks.h index 181ab1b88a..9d7d5588b9 100644 --- a/AK/DisjointChunks.h +++ b/AK/DisjointChunks.h @@ -393,3 +393,4 @@ private: } using AK::DisjointChunks; +using AK::DisjointSpans;