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:
@@ -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:
|
||||||
|
Reference in New Issue
Block a user