wxMotif compilation fixes after wxDC changes
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@50701 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -60,6 +60,12 @@
|
||||
#include "wx/cocoa/dcscreen.h"
|
||||
#endif
|
||||
|
||||
#ifdef __WXMOTIF__
|
||||
#include "wx/motif/dcclient.h"
|
||||
#include "wx/motif/dcmemory.h"
|
||||
#include "wx/motif/dcscreen.h"
|
||||
#endif
|
||||
|
||||
#ifdef __WXX11__
|
||||
#include "wx/x11/dcclient.h"
|
||||
#include "wx/x11/dcmemory.h"
|
||||
|
||||
Reference in New Issue
Block a user