]> git.saurik.com Git - wxWidgets.git/commitdiff
Added #include wx/listbox.h needed under Linux (probably all precomp header
authorJ. Russell Smyth <drfish@cox.net>
Sat, 26 Jun 1999 03:44:15 +0000 (03:44 +0000)
committerJ. Russell Smyth <drfish@cox.net>
Sat, 26 Jun 1999 03:44:15 +0000 (03:44 +0000)
systems)

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@2899 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

include/wx/generic/choicdgg.h

index 945b699ed1f04f37c474a724a276fa5957b1b40b..991ea54bb24d64ee19c8f640cc47712a9358401e 100644 (file)
@@ -18,6 +18,7 @@
 
 #include "wx/setup.h"
 #include "wx/dialog.h"
+#include "wx/listbox.h"
 
 #define wxCHOICE_HEIGHT 150
 #define wxCHOICE_WIDTH 200