X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/3571e1add4e6ceb45ad88c224c432609f837a8dd..66c2bf7b1d9326fb650acfaae22ec50528cfbf7c:/include/wx/commandlinkbutton.h diff --git a/include/wx/commandlinkbutton.h b/include/wx/commandlinkbutton.h index 9f1a52eba6..0aaa0ec65a 100644 --- a/include/wx/commandlinkbutton.h +++ b/include/wx/commandlinkbutton.h @@ -3,7 +3,6 @@ // Purpose: wxCommandLinkButtonBase and wxGenericCommandLinkButton classes // Author: Rickard Westerlund // Created: 2010-06-11 -// RCS-ID: $Id$ // Copyright: (c) 2010 wxWidgets team // Licence: wxWindows licence ///////////////////////////////////////////////////////////////////////////// @@ -15,6 +14,8 @@ #if wxUSE_COMMANDLINKBUTTON +#include "wx/button.h" + // ---------------------------------------------------------------------------- // Command link button common base class // ---------------------------------------------------------------------------- @@ -130,7 +131,7 @@ private: wxDECLARE_NO_COPY_CLASS(wxGenericCommandLinkButton); }; -#if defined(__WXMSW__) +#if defined(__WXMSW__) && !defined(__WXUNIVERSAL__) #include "wx/msw/commandlinkbutton.h" #else class WXDLLIMPEXP_ADV wxCommandLinkButton : public wxGenericCommandLinkButton