From fc5e7d24d41930de6e0ad35a36ae1cdcd52df301 Mon Sep 17 00:00:00 2001 From: znek Date: Thu, 30 Jan 2014 15:30:34 +0000 Subject: [PATCH] import of is vital for gcc compilation, added git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@37649 72102866-910b-0410-8b05-ffd578937521 --- Source/NSUserNotification.m | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Source/NSUserNotification.m b/Source/NSUserNotification.m index 4a77e8ae6..21e82f1dd 100644 --- a/Source/NSUserNotification.m +++ b/Source/NSUserNotification.m @@ -22,6 +22,8 @@ Boston, MA 02111 USA. */ +#import + #if __has_feature(objc_default_synthesize_properties) #define EXPOSE_NSUserNotification_IVARS 1