X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/788722ac5ca55bd3c0d1f9bd2d598f90b3b02071..30827629fa11f6365f69bd2917e1a35d22c35363:/utils/projgen/makeproj.cpp?ds=sidebyside diff --git a/utils/projgen/makeproj.cpp b/utils/projgen/makeproj.cpp index e52a40d524..0f0fdf76a9 100644 --- a/utils/projgen/makeproj.cpp +++ b/utils/projgen/makeproj.cpp @@ -23,8 +23,13 @@ #include "wx/wx.h" #include "wx/resource.h" -#include "iostream.h" -#include "fstream.h" +#if wxUSE_IOSTREAMH +#include +#include +#else +#include +#include +#endif #include "makeproj.h" #include "projgenrc.h"