X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/e528a71bf167f68b19a5cac0f1f63180d7509987..5c3a156cf47bbb9d05f87bc0d00ad38b1fc1e3a2:/src/unix/apptraits.cpp diff --git a/src/unix/apptraits.cpp b/src/unix/apptraits.cpp index a19b8e0e87..a2698eef66 100644 --- 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" // ============================================================================