X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/e9e4acc5197ac49259b9a39468c5931b4459d87f..957f03699b05057de4d75af2f19e08f38ade03ff:/include/wx/stattext.h diff --git a/include/wx/stattext.h b/include/wx/stattext.h index 827427c80a..60fd8ede0a 100644 --- a/include/wx/stattext.h +++ b/include/wx/stattext.h @@ -24,6 +24,8 @@ public: #include "wx/gtk/stattext.h" #elif defined(__WXMAC__) #include "wx/mac/stattext.h" +#elif defined(__WXCOCOA__) + #include "wx/cocoa/stattext.h" #elif defined(__WXPM__) #include "wx/os2/stattext.h" #endif