From 92094b0950a991f67b593ace82b9fcfa7753a251 Mon Sep 17 00:00:00 2001 From: Robin Dunn Date: Sat, 13 Mar 2004 17:45:04 +0000 Subject: [PATCH] Need an additional #include git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@26205 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- src/mac/carbon/display.cpp | 1 + src/mac/display.cpp | 1 + 2 files changed, 2 insertions(+) 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__ -- 2.47.2