]> git.saurik.com Git - wxWidgets.git/blobdiff - src/osx/utils_osx.cpp
Use the app name, not display name, as debug report name,
[wxWidgets.git] / src / osx / utils_osx.cpp
index e044f1a54d32672b508cb5f709baccd57a5d27e0..237243684e09dd37e3c61aa0f69f61ddb8903cb2 100644 (file)
@@ -17,6 +17,7 @@
 #ifndef WX_PRECOMP
     #include "wx/intl.h"
     #include "wx/app.h"
+    #include "wx/log.h"
     #if wxUSE_GUI
         #include "wx/toplevel.h"
         #include "wx/font.h"
@@ -40,7 +41,7 @@
 
 #include "wx/osx/private.h"
 
-#ifdef wxOSX_USE_COCOA
+#if wxOSX_USE_COCOA
 // to get the themeing APIs
 #include <Carbon/Carbon.h>
 #endif