From 96fa4728b9c5e56108b359d14dbde7a841d091eb Mon Sep 17 00:00:00 2001 From: Doralitze <doralitze@chaotikum.org> Date: Tue, 12 Mar 2019 10:52:19 +0100 Subject: [PATCH] fix: forgot to include list include line into last commit --- src/ui/event.hpp | 1 + 1 file changed, 1 insertion(+) diff --git a/src/ui/event.hpp b/src/ui/event.hpp index e90e066..d7a3ed8 100644 --- a/src/ui/event.hpp +++ b/src/ui/event.hpp @@ -2,6 +2,7 @@ #include <memory> #include <string> +#include <list> #include "ui/ui_context.hpp" -- GitLab