]> git.saurik.com Git - wxWidgets.git/commitdiff
wxFrameLayout contains wxPen by value, so the wxPen class declaration from wx/pen...
authorMart Raudsepp <leio@gentoo.org>
Wed, 15 Jun 2005 02:08:12 +0000 (02:08 +0000)
committerMart Raudsepp <leio@gentoo.org>
Wed, 15 Jun 2005 02:08:12 +0000 (02:08 +0000)
would know the size of wxFrameLayout class. Was a problem for projects using wxFL and including wx headers
one-by-one instead of using wx.h.

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

contrib/include/wx/fl/controlbar.h

index df10caf5472f1bda51786026ccf9e969ff07d648..5db92bd6da4a9b98a59e542d83856036df5233c5 100644 (file)
@@ -19,6 +19,7 @@
 
 #include "wx/defs.h"
 #include "wx/string.h"
+#include "wx/pen.h"
 #include "wx/window.h"
 #include "wx/dynarray.h"
 #include "wx/fl/fldefs.h"