X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/8dd8666360a37784a7aba5990a31e3f5326ed815..5e3c3fc9b8160620d3b3eb3a2d0ed789d44ccbae:/include/wx/wx.h?ds=sidebyside diff --git a/include/wx/wx.h b/include/wx/wx.h index 089ce8ccad..62ba23fa15 100644 --- a/include/wx/wx.h +++ b/include/wx/wx.h @@ -28,6 +28,10 @@ #include "wx/stream.h" #include "wx/memory.h" #include "wx/math.h" +#include "wx/stopwatch.h" +#include "wx/module.h" +#include "wx/wxcrt.h" +#include "wx/wxcrtvararg.h" #if wxUSE_GUI @@ -40,6 +44,7 @@ #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" @@ -60,6 +65,7 @@ #include "wx/settings.h" #include "wx/msgdlg.h" #include "wx/cmndata.h" +#include "wx/dataobj.h" #include "wx/control.h" #include "wx/ctrlsub.h"