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
@ -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…
Reference in New Issue
Block a user