fix: Missing include in notification toasts

This commit is contained in:
WerWolv
2024-03-22 17:52:55 +01:00
parent 70b9ceba72
commit 9df21c7952

View File

@@ -6,6 +6,7 @@
#include <fonts/codicons_font.h>
#include <hex/helpers/utils.hpp>
#include <hex/helpers/logger.hpp>
#include <popups/popup_notification.hpp>