X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/6e711d5c093dcc758e3f1670caf845612ea9fa92..8beeef5f05e31bca568bfe0e654f8c89cd8689a6:/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"