applied patch #933086: "scrollbar stops compilation due to missing header"

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@26701 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Dimitri Schoolwerth 2004-04-11 07:26:39 +00:00
parent 5ea738ffd1
commit 98773c1c8b

View File

@ -28,6 +28,7 @@
#include "wx/scrolbar.h"
#include "wx/msw/private.h"
#include "wx/settings.h"
#if wxUSE_EXTENDED_RTTI
WX_DEFINE_FLAGS( wxScrollBarStyle )