X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/6e711d5c093dcc758e3f1670caf845612ea9fa92..eb729cd37a2b6e81fc88a7edbeb7624a5c87a486:/include/wx/choice.h diff --git a/include/wx/choice.h b/include/wx/choice.h index b94a76c6e2..6110e4b35b 100644 --- a/include/wx/choice.h +++ b/include/wx/choice.h @@ -63,7 +63,9 @@ public: // include the platform-dependent class definition // ---------------------------------------------------------------------------- -#if defined(__WXMSW__) +#if defined(__WXUNIVERSAL__) + #include "wx/univ/choice.h" +#elif defined(__WXMSW__) #include "wx/msw/choice.h" #elif defined(__WXMOTIF__) #include "wx/motif/choice.h"