From 7dd8f1b921c5c63c21415a6ded179134a18e1ae2 Mon Sep 17 00:00:00 2001 From: Andreas Kling Date: Tue, 12 May 2020 23:28:08 +0200 Subject: [PATCH] LibGUI: Add missing Vector.h include to Event.h --- Libraries/LibGUI/Event.h | 1 + 1 file changed, 1 insertion(+) diff --git a/Libraries/LibGUI/Event.h b/Libraries/LibGUI/Event.h index c62d83bc388..c2059558a3c 100644 --- a/Libraries/LibGUI/Event.h +++ b/Libraries/LibGUI/Event.h @@ -26,6 +26,7 @@ #pragma once +#include #include #include #include