From 7018d05f4d8bf546613bcdc252426d89f48ff94b Mon Sep 17 00:00:00 2001 From: Ryan Schmidt Date: Thu, 30 Mar 2023 11:53:37 -0500 Subject: Fix build on case-sensitive filesystems --- src/notifications/MacNotificationDelegate.mm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src') diff --git a/src/notifications/MacNotificationDelegate.mm b/src/notifications/MacNotificationDelegate.mm index 9047efe3..ddc5816c 100644 --- a/src/notifications/MacNotificationDelegate.mm +++ b/src/notifications/MacNotificationDelegate.mm @@ -5,7 +5,7 @@ #import "notifications/MacNotificationDelegate.h" -#include +#include #include "ChatPage.h" @@ -44,4 +44,4 @@ completionHandler(UNAuthorizationOptionAlert | UNAuthorizationOptionBadge | UNAuthorizationOptionSound); } -@end \ No newline at end of file +@end -- cgit 1.4.1