Everywhere: Add missing includes for <AK/OwnPtr.h>

Previously <AK/Function.h> also included <AK/OwnPtr.h>. That's about to
change though. This patch fixes a few build problems that will occur
when that change happens.
This commit is contained in:
Gunnar Beutner 2021-05-19 14:35:34 +02:00 committed by Andreas Kling
commit d954c11f66
Notes: sideshowbarker 2024-07-18 17:46:33 +09:00
12 changed files with 12 additions and 2 deletions

View file

@ -7,6 +7,7 @@
#include <LibTest/TestCase.h>
#include <AK/HashMap.h>
#include <AK/OwnPtr.h>
#include <AK/String.h>
TEST_CASE(construct)