Compilation fix for wxOSX when not using PCH
Explicitly include wx/containr.h in a header using wxNavigationEnabled.
This commit is contained in:
parent
1eea936f8f
commit
4defd593dc
1 changed files with 2 additions and 0 deletions
|
|
@ -11,6 +11,8 @@
|
|||
#ifndef _WX_RADIOBOX_H_
|
||||
#define _WX_RADIOBOX_H_
|
||||
|
||||
#include "wx/containr.h"
|
||||
|
||||
// List box item
|
||||
class WXDLLIMPEXP_FWD_CORE wxBitmap ;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue