added missing include (for instance, needed in the calendar sample for wxMotif)

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@12470 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Gilles Depeyrot 2001-11-18 07:28:45 +00:00
parent c00f8e638a
commit 49a47c50be

View File

@ -17,7 +17,7 @@
#define _WX_GENERIC_CALCTRL_H
#include "wx/control.h" // the base class
#include "wx/dcclient.h" // for wxPaintDC
#include "wx/spinctrl.h" // for wxSpinEvent
class WXDLLEXPORT wxComboBox;