]> git.mxchange.org Git - flightgear.git/commitdiff
- added SG_USING_STD(cout) and SG_USING_STD(endl) for ANSI C++
authorcurt <curt>
Wed, 20 Jun 2001 22:22:04 +0000 (22:22 +0000)
committercurt <curt>
Wed, 20 Jun 2001 22:22:04 +0000 (22:22 +0000)
  compliance

tests/test-up.cxx

index 3aac58306d4de384786c99fbb06a02824ad58074..c349d98ea5960d3016c702de26e91ba3062e098c 100644 (file)
@@ -9,6 +9,9 @@
 #include <simgear/constants.h>
 #include <simgear/math/sg_geodesy.hxx>
 
+SG_USING_STD(cout);
+SG_USING_STD(endl);
+
 int main() {
     // for each lat/lon given in goedetic coordinates, calculate
     // geocentric coordinates, cartesian coordinates, the local "up"