Added missing includes for non-precompiled headers.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@9844 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Stefan Neis 2001-04-22 20:32:01 +00:00
parent 7529690de8
commit 3417f6618c
6 changed files with 10 additions and 1 deletions

View File

@ -23,6 +23,7 @@
#include "wx/string.h"
#include "wx/log.h"
#include "wx/window.h"
#include "wx/app.h"
#include "wx/os2/private.h"

View File

@ -14,6 +14,8 @@
#ifndef WX_PRECOMP
#include "wx/utils.h"
#include "wx/app.h"
#include "wx/log.h"
#endif
#include "wx/os2/private.h"

View File

@ -18,6 +18,7 @@
#include<os2.h>
#ifndef WX_PRECOMP
#include "wx/app.h"
#endif
#include "wx/string.h"

View File

@ -29,6 +29,7 @@
#include "wx/wxprec.h"
#ifndef WX_PRECOMP
#include "wx/app.h"
#include "wx/string.h"
#include "wx/log.h"
#include "wx/intl.h"

View File

@ -14,13 +14,16 @@
#ifndef WX_PRECOMP
#include <stdio.h>
#include "wx/defs.h"
#include "wx/setup.h"
#include "wx/string.h"
#include "wx/os2/private.h"
#include "wx/palette.h"
#include "wx/app.h"
#endif
#define INCL_PM
#define INCL_GPI
#include <os2.h>
#include "assert.h"

View File

@ -12,6 +12,7 @@
// For compilers that support precompilation, includes "wx.h".
#include "wx/wxprec.h"
#include "wx/app.h"
#include "wx/os2/region.h"
#include "wx/gdicmn.h"