X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=DEM%2Fdem.cxx;h=8fce8cc977c6bce31c7dac294dee7d3e22831d37;hb=a2410cd3168cf698cb01610ed25215da7b08192b;hp=b9dd62930193ab65ed3743e9259c3f94efd603a2;hpb=72ea27e43b4491677fe3e3c59b914798a4238f94;p=flightgear.git diff --git a/DEM/dem.cxx b/DEM/dem.cxx index b9dd62930..8fce8cc97 100644 --- a/DEM/dem.cxx +++ b/DEM/dem.cxx @@ -28,18 +28,28 @@ # include #endif +#include + #include // isspace() #include // atoi() #include // rint() #include #include -#include // stat() -#include +#ifdef HAVE_SYS_STAT_H +# include // stat() +#endif +#ifdef FG_HAVE_STD_INCLUDES +# include +#else +# include +#endif #ifdef HAVE_UNISTD_H # include // stat() #endif #include +#include STL_IOSTREAM + // #include #include #include @@ -858,6 +868,9 @@ fgDEM::~fgDEM( void ) { // $Log$ +// Revision 1.22 1999/01/19 20:56:56 curt +// MacOS portability changes contributed by "Robert Puyol" +// // Revision 1.21 1998/11/06 14:04:32 curt // Changes due to updates in fgstream. //