Fix build on case-sensitive filesystems
This commit is contained in:
parent
d916d6cd63
commit
7018d05f4d
1 changed files with 2 additions and 2 deletions
|
|
@ -5,7 +5,7 @@
|
|||
|
||||
#import "notifications/MacNotificationDelegate.h"
|
||||
|
||||
#include <QString.h>
|
||||
#include <QString>
|
||||
|
||||
#include "ChatPage.h"
|
||||
|
||||
|
|
@ -44,4 +44,4 @@
|
|||
completionHandler(UNAuthorizationOptionAlert | UNAuthorizationOptionBadge | UNAuthorizationOptionSound);
|
||||
}
|
||||
|
||||
@end
|
||||
@end
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue