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:
parent
7529690de8
commit
3417f6618c
@ -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"
|
||||
|
||||
|
@ -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"
|
||||
|
@ -18,6 +18,7 @@
|
||||
#include<os2.h>
|
||||
|
||||
#ifndef WX_PRECOMP
|
||||
#include "wx/app.h"
|
||||
#endif
|
||||
|
||||
#include "wx/string.h"
|
||||
|
@ -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"
|
||||
|
@ -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"
|
||||
|
||||
|
@ -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"
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user