From 071f40521a540d21d2cceed6b2fce349672f70dd Mon Sep 17 00:00:00 2001 From: nico Date: Sat, 15 Feb 2003 12:32:38 +0000 Subject: [PATCH] Added a couple of missing includes in AppKit.h git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@15962 72102866-910b-0410-8b05-ffd578937521 --- ChangeLog | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/ChangeLog b/ChangeLog index 60b0a1a26..58f816da2 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +Sat Feb 15 13:26:03 2003 Nicola Pero + + * Headers/gnustep/gui/AppKit.h: Include NSRulerView.h + and NSRulerMarker.h, reported missing by Benhur Stein. + 2003-02-14 17:47 Alexander Malmberg * Headers/gnustep/gui/NSTextView.h, Source/NSTextView.m,