From: Vadim Zeitlin Date: Fri, 5 Aug 2005 11:48:43 +0000 (+0000) Subject: compilation fix for WXWIN_COMPATIBILITY_2_2 (bug 1252476) X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/f3cb0d85b4e032cacaca960fc5cf3573ac75bbfc compilation fix for WXWIN_COMPATIBILITY_2_2 (bug 1252476) git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@35107 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- diff --git a/include/wx/dynlib.h b/include/wx/dynlib.h index 284ce7de2e..1a915ab7dc 100644 --- a/include/wx/dynlib.h +++ b/include/wx/dynlib.h @@ -322,6 +322,8 @@ protected: #if WXWIN_COMPATIBILITY_2_2 && wxUSE_DYNAMIC_LOADER +#include "wx/object.h" + /* wxDllLoader is a class providing an interface similar to unix's dlopen(). It is used by wxDynamicLibrary wxLibrary and manages the actual loading of