X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=simgear%2Fmisc%2Fzfstream.cxx;h=0b75eb55fc54304ed676e52cdcded5f175efa48c;hb=619163d40e6beeaf08759944d80256692395ec9e;hp=0df3c81037fc6e4b3ef2f4a316332a44453c20af;hpb=d613e0a488a19592ac363eaf7ecdd959f89db965;p=simgear.git diff --git a/simgear/misc/zfstream.cxx b/simgear/misc/zfstream.cxx index 0df3c810..0b75eb55 100644 --- a/simgear/misc/zfstream.cxx +++ b/simgear/misc/zfstream.cxx @@ -23,11 +23,7 @@ #include -#ifdef SG_HAVE_STD_INCLUDES -# include -#else -# include -#endif +#include #include #include @@ -171,7 +167,7 @@ gzfilebuf::close() std::streampos -gzfilebuf::seekoff( std::streamoff, ios_seekdir, int ) +gzfilebuf::seekoff( std::streamoff, ios_seekdir, ios_openmode ) { return std::streampos(EOF); }