Compilation fix for wxOSX when not using PCH

Explicitly include wx/containr.h in a header using wxNavigationEnabled.
This commit is contained in:
Vadim Zeitlin 2017-07-16 15:57:54 +02:00
parent 1eea936f8f
commit 4defd593dc

View File

@ -11,6 +11,8 @@
#ifndef _WX_RADIOBOX_H_
#define _WX_RADIOBOX_H_
#include "wx/containr.h"
// List box item
class WXDLLIMPEXP_FWD_CORE wxBitmap ;