X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/1ed1a6098441af202801b6e1b6e19d6df0b88135..3c5487b14442ddbc6e43ee2f4475b5a6ba251fb1:/src/mac/carbon/display.cpp?ds=inline diff --git a/src/mac/carbon/display.cpp b/src/mac/carbon/display.cpp index 8a4e67e695..65542cda89 100644 --- a/src/mac/carbon/display.cpp +++ b/src/mac/carbon/display.cpp @@ -5,7 +5,7 @@ // Modified by: Royce Mitchell III & Ryan Norton // Created: 06/21/02 // RCS-ID: $Id$ -// Copyright: (c) wxWindows team +// Copyright: (c) wxWidgets team // Licence: wxWindows licence ///////////////////////////////////////////////////////////////////////////// @@ -25,14 +25,17 @@ #ifndef WX_PRECOMP #include "wx/dynarray.h" #include "wx/log.h" + #include "wx/msgdlg.h" #endif #ifdef __DARWIN__ #include #else + #include #include #include #include //for VDSwitchInfoRec + #include #endif #include "wx/display.h"