From 4aacaa88b71aead4f43ea7f04e124277f8f76d12 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Va=CC=81clav=20Slavi=CC=81k?= Date: Sun, 20 Nov 2016 18:15:37 +0100 Subject: [PATCH] Compilation fix for droptgt.cpp's use of wxTRY --- src/msw/ole/droptgt.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/src/msw/ole/droptgt.cpp b/src/msw/ole/droptgt.cpp index 3cbc8e82ff..cb9828bfab 100644 --- a/src/msw/ole/droptgt.cpp +++ b/src/msw/ole/droptgt.cpp @@ -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"