From: Vadim Zeitlin Date: Tue, 17 Aug 2010 16:12:28 +0000 (+0000) Subject: Compilation fix: include wx/button.h from wx/commandlinkbutton.h. X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/8fe8b421fc1e5bb71e7ce3e2272d747ac6df079c Compilation fix: include wx/button.h from wx/commandlinkbutton.h. Include the base class declaration to fix compilation under non-MSW. git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@65333 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- diff --git a/include/wx/commandlinkbutton.h b/include/wx/commandlinkbutton.h index 9f1a52eba6..a1a5f31d0a 100644 --- a/include/wx/commandlinkbutton.h +++ b/include/wx/commandlinkbutton.h @@ -15,6 +15,8 @@ #if wxUSE_COMMANDLINKBUTTON +#include "wx/button.h" + // ---------------------------------------------------------------------------- // Command link button common base class // ----------------------------------------------------------------------------