X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/bb90a3e6fddff7169d6020b9b22e1f57c09f8fd9..4797b0145c81236c08cdee4f05e616ef17924a50:/include/wx/wx.h?ds=sidebyside diff --git a/include/wx/wx.h b/include/wx/wx.h index bba9811acf..fb2696046d 100644 --- a/include/wx/wx.h +++ b/include/wx/wx.h @@ -29,6 +29,10 @@ #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 @@ -58,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"