Fix wxMSW compilation with wxUSE_INKEDIT==1
Include wx/dynlib.h as wxDynamicLibrary is used to load the inked.dll. Closes #17219.
This commit is contained in:
committed by
Vadim Zeitlin
parent
223c5cda2b
commit
591d888fa0
@@ -66,6 +66,10 @@
|
||||
#include "wx/msw/ole/oleutils.h"
|
||||
#endif // wxUSE_RICHEDIT
|
||||
|
||||
#if wxUSE_INKEDIT
|
||||
#include <wx/dynlib.h>
|
||||
#endif
|
||||
|
||||
#include "wx/msw/missing.h"
|
||||
|
||||
#if wxUSE_DRAG_AND_DROP && wxUSE_RICHEDIT
|
||||
|
Reference in New Issue
Block a user