1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-26 06:17:34 +00:00

AK: Export DisjointSpans into the global namespace

I think we just forgot when we added it.
This commit is contained in:
kleines Filmröllchen 2022-02-07 19:23:45 +01:00 committed by Ali Mohammad Pur
parent 75eb5e7984
commit 6e5bf7ac6f

View file

@ -393,3 +393,4 @@ private:
}
using AK::DisjointChunks;
using AK::DisjointSpans;