From 3e00a662d61654b6c8ae111496f033ef57a15603 Mon Sep 17 00:00:00 2001 From: Robert Roebling Date: Sun, 18 Jun 2000 09:20:18 +0000 Subject: [PATCH] Compile fix (missing include). git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_2_BRANCH@7588 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- src/common/dlgcmn.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/src/common/dlgcmn.cpp b/src/common/dlgcmn.cpp index 82fe581edb..3cdf502335 100644 --- a/src/common/dlgcmn.cpp +++ b/src/common/dlgcmn.cpp @@ -35,6 +35,7 @@ #include "wx/settings.h" #include "wx/stattext.h" #include "wx/sizer.h" + #include "wx/button.h" #endif //--------------------------------------------------------------------------