]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/control.h
1. wxMSW seems to work (please test and send your bug reports!)
[wxWidgets.git] / include / wx / control.h
index e4341393e83ba945a9ecea97d788527b8f32140c..40bc3ab8fdf0b95c3281d44da59e08e3aabecea2 100644 (file)
@@ -1,6 +1,9 @@
 #ifndef _WX_CONTROL_H_BASE_
 #define _WX_CONTROL_H_BASE_
 
+// all classes derived from wxControl need the validators
+#include "wx/validate.h"
+
 #if defined(__WXMSW__)
 #include "wx/msw/control.h"
 #elif defined(__WXMOTIF__)