mirror of
https://github.com/gnustep/libs-gui.git
synced 2025-04-23 13:10:52 +00:00
Include NSNibLoading.h for awakeFromNib
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@13201 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
91a2c4e786
commit
9e4dc40eb9
1 changed files with 3 additions and 0 deletions
|
@ -32,6 +32,9 @@
|
|||
#include "AppKit/IMLoading.h"
|
||||
#include "AppKit/IMCustomObject.h"
|
||||
|
||||
/* For awakeFromNib */
|
||||
#include <AppKit/NSNibLoading.h>
|
||||
|
||||
void __dummy_IMLoading_functionForLinking()
|
||||
{
|
||||
__dummy_IMLoading_functionForLinking();
|
||||
|
|
Loading…
Reference in a new issue