X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/47d67540a017101b3e46abe9ef0f55914d8de37e..9e3e08210272082c5fcd427d14ebde86f60002a0:/src/msw/ole/dropsrc.cpp diff --git a/src/msw/ole/dropsrc.cpp b/src/msw/ole/dropsrc.cpp index e6955bad07..7a434d08f1 100644 --- a/src/msw/ole/dropsrc.cpp +++ b/src/msw/ole/dropsrc.cpp @@ -33,15 +33,20 @@ #if wxUSE_DRAG_AND_DROP #include -#include #include #include +#include + #ifndef __WIN32__ #include #include #endif +#include + +#include + // ---------------------------------------------------------------------------- // wxIDropSource implementation of IDropSource interface // ----------------------------------------------------------------------------