]> git.saurik.com Git - wxWidgets.git/commitdiff
added missing include for compilation with Apple Developer Tools
authorGilles Depeyrot <gilles_depeyrot@mac.com>
Wed, 29 Aug 2001 18:47:47 +0000 (18:47 +0000)
committerGilles Depeyrot <gilles_depeyrot@mac.com>
Wed, 29 Aug 2001 18:47:47 +0000 (18:47 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@11516 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

src/mac/carbon/msgdlg.cpp
src/mac/msgdlg.cpp

index 17fae2c24f145ed7993f3925928f59adf5103cd3..20186c5ecfe0415a77281e5fd3847e67793937ca 100644 (file)
@@ -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
index 17fae2c24f145ed7993f3925928f59adf5103cd3..20186c5ecfe0415a77281e5fd3847e67793937ca 100644 (file)
@@ -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