From 8256a21d034194be554fd2437cbb49a37dd97892 Mon Sep 17 00:00:00 2001 From: fedor Date: Thu, 30 Jul 1998 20:55:41 +0000 Subject: [PATCH] Add NotificationDispatcher. git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@2887 72102866-910b-0410-8b05-ffd578937521 --- Headers/gnustep/base/NSNotification.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Headers/gnustep/base/NSNotification.h b/Headers/gnustep/base/NSNotification.h index ec33195cc..afd082b70 100644 --- a/Headers/gnustep/base/NSNotification.h +++ b/Headers/gnustep/base/NSNotification.h @@ -95,4 +95,6 @@ userInfo: (NSDictionary*)user_info; @end +#include + #endif /*__NSNotification_h_GNUSTEP_BASE_INCLUDE */