]> git.saurik.com Git - wxWidgets.git/commitdiff
Compilation fix for wxUSE_DRAG_AND_DROP=0
authorMichael Wetherell <mike.wetherell@ntlworld.com>
Tue, 23 Aug 2005 23:10:59 +0000 (23:10 +0000)
committerMichael Wetherell <mike.wetherell@ntlworld.com>
Tue, 23 Aug 2005 23:10:59 +0000 (23:10 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@35287 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

samples/dnd/dnd.cpp

index 80db5f8f65e5504853a2a748aa0c47face3f9083..a0d8b11dc80ea5db24728891a0c2dcb64bebeeed 100644 (file)
@@ -20,6 +20,7 @@
 #endif
 
 #include "wx/dnd.h"
+#include "wx/dataobj.h"
 #include "wx/image.h"
 #include "wx/clipbrd.h"
 #include "wx/colordlg.h"