]> git.saurik.com Git - wxWidgets.git/commitdiff
Need an additional #include
authorRobin Dunn <robin@alldunn.com>
Sat, 13 Mar 2004 17:45:04 +0000 (17:45 +0000)
committerRobin Dunn <robin@alldunn.com>
Sat, 13 Mar 2004 17:45:04 +0000 (17:45 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@26205 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

src/mac/carbon/display.cpp
src/mac/display.cpp

index bd1d5e8d7332389d4173c3d7f18a6b6c964eab17..8786306211cd32f54629b3950fd45b4c39b4d5c3 100644 (file)
@@ -25,6 +25,7 @@
 #ifndef WX_PRECOMP
    #include "wx/dynarray.h"
    #include "wx/log.h"
+   #include "wx/msgdlg.h"
 #endif
 
 #ifdef __DARWIN__
index bd1d5e8d7332389d4173c3d7f18a6b6c964eab17..8786306211cd32f54629b3950fd45b4c39b4d5c3 100644 (file)
@@ -25,6 +25,7 @@
 #ifndef WX_PRECOMP
    #include "wx/dynarray.h"
    #include "wx/log.h"
+   #include "wx/msgdlg.h"
 #endif
 
 #ifdef __DARWIN__