added missing include for compilation with Apple Developer Tools

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@11516 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Gilles Depeyrot
2001-08-29 18:47:47 +00:00
parent ae13baff25
commit 49e95e1d80
2 changed files with 2 additions and 0 deletions

View File

@@ -15,6 +15,7 @@
#include "wx/app.h"
#include "wx/msgdlg.h"
#include "wx/intl.h"
#include "wx/mac/uma.h"
#if !USE_SHARED_LIBRARY

View File

@@ -15,6 +15,7 @@
#include "wx/app.h"
#include "wx/msgdlg.h"
#include "wx/intl.h"
#include "wx/mac/uma.h"
#if !USE_SHARED_LIBRARY