From 9df21c7952f99db29bc27d9816474df4a120ef60 Mon Sep 17 00:00:00 2001 From: WerWolv Date: Fri, 22 Mar 2024 17:52:55 +0100 Subject: [PATCH] fix: Missing include in notification toasts --- plugins/ui/include/toasts/toast_notification.hpp | 1 + 1 file changed, 1 insertion(+) diff --git a/plugins/ui/include/toasts/toast_notification.hpp b/plugins/ui/include/toasts/toast_notification.hpp index ab0a85a31..101ffe858 100644 --- a/plugins/ui/include/toasts/toast_notification.hpp +++ b/plugins/ui/include/toasts/toast_notification.hpp @@ -6,6 +6,7 @@ #include #include +#include #include