From: Gilles Depeyrot Date: Wed, 29 Aug 2001 18:47:47 +0000 (+0000) Subject: added missing include for compilation with Apple Developer Tools X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/49e95e1d80caeb65559c7f49a216e14ea804c6d3 added missing include for compilation with Apple Developer Tools git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@11516 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- diff --git a/src/mac/carbon/msgdlg.cpp b/src/mac/carbon/msgdlg.cpp index 17fae2c24f..20186c5ecf 100644 --- a/src/mac/carbon/msgdlg.cpp +++ b/src/mac/carbon/msgdlg.cpp @@ -15,6 +15,7 @@ #include "wx/app.h" #include "wx/msgdlg.h" +#include "wx/intl.h" #include "wx/mac/uma.h" #if !USE_SHARED_LIBRARY diff --git a/src/mac/msgdlg.cpp b/src/mac/msgdlg.cpp index 17fae2c24f..20186c5ecf 100644 --- a/src/mac/msgdlg.cpp +++ b/src/mac/msgdlg.cpp @@ -15,6 +15,7 @@ #include "wx/app.h" #include "wx/msgdlg.h" +#include "wx/intl.h" #include "wx/mac/uma.h" #if !USE_SHARED_LIBRARY