projects
/
wxWidgets.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
Fix compilation for MinGW with wxUSE_IPV6==1.
[wxWidgets.git]
/
src
/
unix
/
apptraits.cpp
diff --git
a/src/unix/apptraits.cpp
b/src/unix/apptraits.cpp
index a19b8e0e8758007538d014c86a3d591923e23fa6..a2698eef66a928c5e54d6f45a2de30cafb2f5e0e 100644
(file)
--- a/
src/unix/apptraits.cpp
+++ b/
src/unix/apptraits.cpp
@@
-23,10
+23,12
@@
#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"
// ============================================================================