]> git.mxchange.org Git - simgear.git/blobdiff - simgear/math/point3d.hxx
SG-ified logstream.
[simgear.git] / simgear / math / point3d.hxx
index 35931087509955c697ac4d8670b8237deef17764..37c3055d1f86a7c0066b33785ea0d9307c2aa51d 100644 (file)
 // already depending on how you defined SG_HAVE_STD_INCLUDES, but I
 // can go ahead and add this -- CLO
 #ifdef __MWERKS__
-FG_USING_NAMESPACE(std);
+SG_USING_NAMESPACE(std);
 #endif
 
-#ifndef FG_HAVE_NATIVE_SGI_COMPILERS
-FG_USING_STD(ostream);
-FG_USING_STD(istream);
+#ifndef SG_HAVE_NATIVE_SGI_COMPILERS
+SG_USING_STD(ostream);
+SG_USING_STD(istream);
 #endif