From 53c2cc7d4b72d02a3c79b3fa14daf399c4b5c797 Mon Sep 17 00:00:00 2001 From: Ron Lee Date: Wed, 13 Nov 2002 08:32:19 +0000 Subject: [PATCH] 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 --- include/wx/generic/dragimgg.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/include/wx/generic/dragimgg.h b/include/wx/generic/dragimgg.h index 0a907fdfac..ad24c31e6e 100644 --- a/include/wx/generic/dragimgg.h +++ b/include/wx/generic/dragimgg.h @@ -1,4 +1,4 @@ -///////////////////////////////////////////////////////////////////////////// +////////////////////////////////////////////////////////////////////////////// // Name: wx/generic/dragimgg.h // Purpose: wxDragImage class: a kind of a cursor, that can cope // with more sophisticated images @@ -22,6 +22,7 @@ #include "wx/cursor.h" #include "wx/treectrl.h" #include "wx/listctrl.h" +#include "wx/log.h" /* To use this class, create a wxDragImage when you start dragging, for example: