]> git.saurik.com Git - wxWidgets.git/blobdiff - samples/dnd/dnd.cpp
Makefile updates
[wxWidgets.git] / samples / dnd / dnd.cpp
index 3fc5583e92c4c76839697c66fa419ff4bb96887d..046f9431995d0aaa490e4267d8e1aad4755b2bf8 100644 (file)
@@ -23,6 +23,7 @@
 #include "wx/log.h"
 
 #include "wx/dnd.h"
+#include "wx/dirdlg.h"
 
 #ifdef __WXMOTIF__
     #error Sorry, drag and drop is not yet implemented on wxMotif.