X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/8907154c1a8a6882c6797d1f16393ddfb23e7f3a..db60c20db8321d7fb0604e33fe7288ddb38c496e:/src/palmos/utilsexc.cpp?ds=sidebyside diff --git a/src/palmos/utilsexc.cpp b/src/palmos/utilsexc.cpp index 645132d1cc..35be0f4752 100644 --- a/src/palmos/utilsexc.cpp +++ b/src/palmos/utilsexc.cpp @@ -29,9 +29,11 @@ #include "wx/app.h" #include "wx/intl.h" #include "wx/log.h" + #if wxUSE_STREAMS + #include "wx/stream.h" + #endif #endif -#include "wx/stream.h" #include "wx/process.h" #include "wx/apptrait.h" @@ -95,4 +97,3 @@ long wxExecute(wxChar **argv, int flags, wxProcess *handler) { return 0; } -