Compilation fix for droptgt.cpp's use of wxTRY

This commit is contained in:
Václav Slavík
2016-11-20 18:15:37 +01:00
parent 7dab555f71
commit 4aacaa88b7

View File

@@ -37,6 +37,7 @@
#include "wx/msw/wrapshl.h" // for DROPFILES structure
#include "wx/dnd.h"
#include "wx/except.h"
#include "wx/msw/ole/oleutils.h"