// 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
/////////////////////////////////////////////////////////////////////////////
#ifndef WX_PRECOMP
#include "wx/dynarray.h"
#include "wx/log.h"
+ #include "wx/msgdlg.h"
#endif
#ifdef __DARWIN__
#include <Carbon/Carbon.h>
#else
+ #include <Gestalt.h>
#include <Displays.h>
#include <Quickdraw.h>
#include <Video.h> //for VDSwitchInfoRec
+ #include <FixMath.h>
#endif
#include "wx/display.h"