X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/46ccb5107ff22cb5cc1b36ef2a28ea1e31b0fc91..9d2f3c71d83c52fc4db6c8041de533562816b1d6:/src/msw/ole/dropsrc.cpp diff --git a/src/msw/ole/dropsrc.cpp b/src/msw/ole/dropsrc.cpp index 1e381bfb56..7a434d08f1 100644 --- a/src/msw/ole/dropsrc.cpp +++ b/src/msw/ole/dropsrc.cpp @@ -30,18 +30,23 @@ #include -#if USE_DRAG_AND_DROP +#if wxUSE_DRAG_AND_DROP #include -#include #include #include +#include + #ifndef __WIN32__ #include #include #endif +#include + +#include + // ---------------------------------------------------------------------------- // wxIDropSource implementation of IDropSource interface // ----------------------------------------------------------------------------