]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/wx.h
Fixed ReadLine missing last character from text files with no final newline.
[wxWidgets.git] / include / wx / wx.h
index d78b7eca02977148e9566a0e51fcfb6087266d98..1aa2bb695fa83f2c19efb5493a1d87879836f9b8 100644 (file)
@@ -28,6 +28,8 @@
 #include "wx/stream.h"
 #include "wx/memory.h"
 #include "wx/math.h"
+#include "wx/stopwatch.h"
+#include "wx/module.h"
 
 #if wxUSE_GUI
 
@@ -61,6 +63,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"