added missing include (Debian bug #168887)

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_4_BRANCH@17859 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Ron Lee
2002-11-13 08:32:19 +00:00
parent 3fdbab8395
commit 53c2cc7d4b

View File

@@ -1,4 +1,4 @@
///////////////////////////////////////////////////////////////////////////// //////////////////////////////////////////////////////////////////////////////
// Name: wx/generic/dragimgg.h // Name: wx/generic/dragimgg.h
// Purpose: wxDragImage class: a kind of a cursor, that can cope // Purpose: wxDragImage class: a kind of a cursor, that can cope
// with more sophisticated images // with more sophisticated images
@@ -22,6 +22,7 @@
#include "wx/cursor.h" #include "wx/cursor.h"
#include "wx/treectrl.h" #include "wx/treectrl.h"
#include "wx/listctrl.h" #include "wx/listctrl.h"
#include "wx/log.h"
/* /*
To use this class, create a wxDragImage when you start dragging, for example: To use this class, create a wxDragImage when you start dragging, for example: