applied patch 441270 (fix cygwin wxSplashScreen compilation)

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@11235 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Vadim Zeitlin 2001-08-01 15:03:04 +00:00
parent 6788ecb8a9
commit d84d25dd93
2 changed files with 7 additions and 1 deletions

View File

@ -16,8 +16,13 @@
#ifndef _WX_SPLASH_H_
#define _WX_SPLASH_H_
#include "wx/frame.h"
#ifndef WX_PRECOMP
#include "wx/bitmap.h"
#include "wx/timer.h"
#endif
#include "wx/frame.h"
/*
* A window for displaying a splash screen

View File

@ -23,6 +23,7 @@
#if wxUSE_SPLASH
#ifndef WX_PRECOMP
#include "wx/dcmemory.h"
#endif
#include "wx/splash.h"