Re: missing include in wgs84offset.cxx
Alex Perry <[email protected]>
| Newsgroups | gmane.games.flightgear.terragear.devel |
|---|---|
| Message-ID | <[email protected]> |
Have a couple more ... =================================================================== RCS file: /var/cvs/TerraGear-0.0/TerraGear/src/BuildTiles/Osgb36/testosgb36.cxx,v retrieving revision 1.3 diff -C2 -r1.3 testosgb36.cxx *** a/testosgb36.cxx 8 Mar 2004 09:47:42 -0000 1.3 --- b/testosgb36.cxx 10 Apr 2004 19:58:17 -0000 *************** *** 1,4 **** --- 1,5 ---- #include <simgear/compiler.h> #include <simgear/math/point3d.hxx> + #include <stdlib.h> #include STL_IOSTREAM =================================================================== RCS file: /var/cvs/TerraGear-0.0/TerraGear/src/Prep/Terra/output.cc,v retrieving revision 1.4 diff -r1.4 output.cc 4c4 < #include <streambuf> --- > #include <streambuf.h> > >wgs84offset.cxx:41: implicit declaration of function `int printf(...)' > Thanks, this should be taken care of now in cvs.