wxFrameLayout contains wxPen by value, so the wxPen class declaration from wx/pen.h is required so that the compiler

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
This commit is contained in:
Mart Raudsepp 2005-06-15 02:08:12 +00:00
parent 4d170c95f6
commit ccdd4b0b42

View 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"