need to include wx/imaglist.h even when using PCH

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@41760 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Vadim Zeitlin 2006-10-08 23:14:29 +00:00
parent 416f4cd9e9
commit 62b51bfb30

View File

@ -16,7 +16,7 @@
#pragma hdrstop
#endif
#include "wx/defs.h"
#if wxUSE_RICHTEXT
#ifndef WX_PRECOMP
#include "wx/listbox.h"
@ -30,18 +30,16 @@
#include "wx/bitmap.h"
#include "wx/dcclient.h"
#include "wx/frame.h"
#include "wx/imaglist.h"
#include "wx/checkbox.h"
#include "wx/button.h"
#endif // WX_PRECOMP
#if wxUSE_RICHTEXT
#include "wx/bookctrl.h"
#include "wx/colordlg.h"
#include "wx/fontenum.h"
#include "wx/settings.h"
#include "wx/module.h"
#include "wx/imaglist.h"
#include "wx/richtext/richtextformatdlg.h"
#include "wx/richtext/richtextctrl.h"