Include NSDebug.h for definition of NSDebugLLog()

git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/back/trunk@30032 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
Doug Simons 2010-03-24 22:18:28 +00:00
parent 208545437d
commit c4226a2a14
2 changed files with 6 additions and 0 deletions

View file

@ -1,3 +1,8 @@
2010-03-24 Doug Simons <doug.simons@testplant.com>
* Source/winlib/WIN32FontInfo.m: Include NSDebug.h for
definition of NSDebugLLog().
2010-03-24 Doug Simons <doug.simons@testplant.com>
* Source/win32/WIN32Server.m: Ignore duplicate mouse down

View file

@ -25,6 +25,7 @@
*/
#include <Foundation/NSCharacterSet.h>
#include <Foundation/NSDebug.h>
#include <Foundation/NSDictionary.h>
#include <Foundation/NSString.h>
#include <Foundation/NSArray.h>