From 95e92d90496bd28a220de7314fd55f2915d04da3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?W=C5=82odzimierz=20Skiba?= Date: Fri, 15 Jul 2005 14:50:52 +0000 Subject: [PATCH] Missing header after recent changes. git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@34857 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- src/msw/dialog.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/src/msw/dialog.cpp b/src/msw/dialog.cpp index d5a9b74930..1f57be36a8 100644 --- a/src/msw/dialog.cpp +++ b/src/msw/dialog.cpp @@ -33,6 +33,7 @@ #include "wx/utils.h" #include "wx/frame.h" #include "wx/app.h" + #include "wx/button.h" #include "wx/settings.h" #include "wx/intl.h" #include "wx/log.h"