From: Robin Dunn Date: Sat, 13 Mar 2004 17:45:04 +0000 (+0000) Subject: Need an additional #include X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/92094b0950a991f67b593ace82b9fcfa7753a251?ds=sidebyside Need an additional #include git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@26205 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- diff --git a/src/mac/carbon/display.cpp b/src/mac/carbon/display.cpp index bd1d5e8d73..8786306211 100644 --- a/src/mac/carbon/display.cpp +++ b/src/mac/carbon/display.cpp @@ -25,6 +25,7 @@ #ifndef WX_PRECOMP #include "wx/dynarray.h" #include "wx/log.h" + #include "wx/msgdlg.h" #endif #ifdef __DARWIN__ diff --git a/src/mac/display.cpp b/src/mac/display.cpp index bd1d5e8d73..8786306211 100644 --- a/src/mac/display.cpp +++ b/src/mac/display.cpp @@ -25,6 +25,7 @@ #ifndef WX_PRECOMP #include "wx/dynarray.h" #include "wx/log.h" + #include "wx/msgdlg.h" #endif #ifdef __DARWIN__