]> git.mxchange.org Git - flightgear.git/blobdiff - src/Network/opengc.cxx
Sync. w. JSBSim CVS
[flightgear.git] / src / Network / opengc.cxx
index 27698fca0833b7d973fef0c2b0a05a80020f5749..2babd221cb986196e023abd13dd7fe4216019ccc 100644 (file)
 //
 // You should have received a copy of the GNU General Public License
 // along with this program; if not, write to the Free Software
-// Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
+// Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301, USA.
 //
 
+#ifdef HAVE_CONFIG_H
+#  include <config.h>
+#endif
+
 #include <simgear/debug/logstream.hxx>
 #include <simgear/io/iochannel.hxx>
 
@@ -38,7 +42,7 @@
 #include <Main/globals.hxx>
 #include <Main/fg_props.hxx>
 
-SG_USING_STD(vector);
+using std::vector;
 
 FGOpenGC::FGOpenGC() : 
        press_node(fgGetNode("/environment/pressure-inhg[0]", true)),