From 6e29c875c972049814273afbf343804901b257b7 Mon Sep 17 00:00:00 2001 From: Robbert van der Helm Date: Mon, 14 Nov 2022 23:04:45 +0100 Subject: [PATCH] Add missing sstream include in notifcations.cpp --- src/common/notifications.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/src/common/notifications.cpp b/src/common/notifications.cpp index 2a65a26f..026e733f 100644 --- a/src/common/notifications.cpp +++ b/src/common/notifications.cpp @@ -20,6 +20,7 @@ #include #include #include +#include #include #include