]> git.saurik.com Git - wxWidgets.git/blobdiff - src/unix/apptraits.cpp
Get the page title from the IHtmlDocument rather than the bowser as it actually retur...
[wxWidgets.git] / src / unix / apptraits.cpp
index a19b8e0e8758007538d014c86a3d591923e23fa6..a2698eef66a928c5e54d6f45a2de30cafb2f5e0e 100644 (file)
     #pragma hdrstop
 #endif
 
+#include "wx/apptrait.h"
+
 #ifndef WX_PRECOMP
+    #include "wx/utils.h"
 #endif // WX_PRECOMP
 
-#include "wx/apptrait.h"
 #include "wx/unix/execute.h"
 
 // ============================================================================