From: curt Date: Wed, 20 Jun 2001 22:22:04 +0000 (+0000) Subject: - added SG_USING_STD(cout) and SG_USING_STD(endl) for ANSI C++ X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=0778ae308d50a21242ffb047e435bece68817d34;p=flightgear.git - added SG_USING_STD(cout) and SG_USING_STD(endl) for ANSI C++ compliance --- diff --git a/tests/test-up.cxx b/tests/test-up.cxx index 3aac58306..c349d98ea 100644 --- a/tests/test-up.cxx +++ b/tests/test-up.cxx @@ -9,6 +9,9 @@ #include #include +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"