X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/841f23e18a9d9e3d987b60422c3a220571868337..d2f3b08582317760addae3bf02f28bb42dc2bf70:/include/wx/wx.h diff --git a/include/wx/wx.h b/include/wx/wx.h index 44756a0846..fb2696046d 100644 --- a/include/wx/wx.h +++ b/include/wx/wx.h @@ -28,6 +28,11 @@ #include "wx/stream.h" #include "wx/memory.h" #include "wx/math.h" +#include "wx/stopwatch.h" +#include "wx/timer.h" +#include "wx/module.h" +#include "wx/wxcrt.h" +#include "wx/wxcrtvararg.h" #if wxUSE_GUI @@ -37,8 +42,10 @@ #include "wx/toplevel.h" #include "wx/frame.h" #include "wx/gdicmn.h" +#include "wx/gdiobj.h" #include "wx/region.h" #include "wx/bitmap.h" +#include "wx/image.h" #include "wx/colour.h" #include "wx/font.h" #include "wx/dc.h" @@ -55,10 +62,10 @@ #include "wx/icon.h" #include "wx/cursor.h" #include "wx/dialog.h" -#include "wx/timer.h" #include "wx/settings.h" #include "wx/msgdlg.h" #include "wx/cmndata.h" +#include "wx/dataobj.h" #include "wx/control.h" #include "wx/ctrlsub.h"