]> git.saurik.com Git - wxWidgets.git/commitdiff
include "wx/module.h" for wxModule
authorDavid Elliott <dfe@tgwbd.org>
Sat, 7 Jun 2003 01:34:17 +0000 (01:34 +0000)
committerDavid Elliott <dfe@tgwbd.org>
Sat, 7 Jun 2003 01:34:17 +0000 (01:34 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@20978 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

src/cocoa/app.mm

index 260c579d2eef830720f99e850652fb82480dfea3..08a8e443557111299e42fd47a1302da6892a64e4 100644 (file)
@@ -28,6 +28,8 @@
     #include "wx/log.h"
 #endif
 
+#include "wx/module.h"
+
 #include "wx/cocoa/ObjcPose.h"
 
 #if wxUSE_WX_RESOURCES