LibGUI: Add missing <AK/Function.h> include

This commit is contained in:
Maciej Zygmanowski 2021-05-08 14:00:56 +02:00 committed by Linus Groh
parent 2905e10513
commit ece300e1e3
Notes: sideshowbarker 2024-07-18 18:31:08 +09:00

View File

@ -6,6 +6,7 @@
#pragma once
#include <AK/Function.h>
#include <AK/NonnullOwnPtrVector.h>
#include <LibGUI/Forward.h>