Include wx/variant.h from wx/msw/ole/oleutils.h.

This ensures that this header is self-contained and can be included without
including wx/variant.h first.

Closes #16522.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_3_0_BRANCH@77526 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Vadim Zeitlin
2014-09-03 11:21:31 +00:00
parent 41a9ca5f27
commit d33d240e47

View File

@@ -21,6 +21,7 @@
#include <ole2.h> #include <ole2.h>
#include "wx/intl.h" #include "wx/intl.h"
#include "wx/log.h" #include "wx/log.h"
#include "wx/variant.h"
// ============================================================================ // ============================================================================
// General purpose functions and macros // General purpose functions and macros