Added yet another couple of missing includes (leading to linker errors).
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@17080 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
parent
c4077b3424
commit
6eb280e956
@ -19,6 +19,7 @@
|
||||
#include "wx/utils.h"
|
||||
#include "wx/app.h"
|
||||
#include "wx/brush.h"
|
||||
#include "wx/log.h"
|
||||
#endif
|
||||
|
||||
#include "wx/os2/private.h"
|
||||
|
@ -21,6 +21,7 @@
|
||||
#include "wx/app.h"
|
||||
#include "wx/dcclient.h"
|
||||
#include "wx/scrolwin.h"
|
||||
#include "wx/log.h"
|
||||
#endif
|
||||
#include "wx/os2/private.h"
|
||||
#include "wx/control.h"
|
||||
|
@ -28,6 +28,7 @@
|
||||
#include "wx/utils.h"
|
||||
#include "wx/app.h"
|
||||
#include "wx/font.h"
|
||||
#include "wx/log.h"
|
||||
#endif // WX_PRECOMP
|
||||
|
||||
#include "wx/os2/private.h"
|
||||
|
@ -22,6 +22,7 @@
|
||||
#include "wx/utils.h"
|
||||
#include "wx/app.h"
|
||||
#include "wx/icon.h"
|
||||
#include "wx/log.h"
|
||||
#endif
|
||||
|
||||
#include "wx/os2/private.h"
|
||||
|
@ -19,6 +19,7 @@
|
||||
#include "wx/utils.h"
|
||||
#include "wx/app.h"
|
||||
#include "wx/pen.h"
|
||||
#include "wx/log.h"
|
||||
#endif
|
||||
|
||||
#include "wx/os2/private.h"
|
||||
|
Loading…
Reference in New Issue
Block a user