]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/dynlib.h
added IsSizeDeferred() (part of patch 1199639)
[wxWidgets.git] / include / wx / dynlib.h
index 284ce7de2eddc6e75c695eb3bdeeb30d42d0ebb7..1a915ab7dc1c0f156d5817a76e5b00182128b181 100644 (file)
@@ -322,6 +322,8 @@ protected:
 
 #if WXWIN_COMPATIBILITY_2_2 && wxUSE_DYNAMIC_LOADER
 
 
 #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
 /*
     wxDllLoader is a class providing an interface similar to unix's dlopen().
     It is used by wxDynamicLibrary wxLibrary and manages the actual loading of