]> git.mxchange.org Git - flightgear.git/blobdiff - src/Network/jsclient.cxx
Add missing include files needed by the new math code under windows
[flightgear.git] / src / Network / jsclient.cxx
index a97ab631312ca908116ddbcd97783fbcca431fda..8221b4d582eb9273ba2f58faeafe960bc3da2a41 100644 (file)
@@ -3,7 +3,7 @@
 // Copyright (C) 2003 by Manuel Bessler and Stephen Lowry
 //
 // based on joyclient.cxx by Curtis Olson
-// Copyright (C) 2000  Curtis L. Olson - curt@flightgear.org
+// Copyright (C) 2000  Curtis L. Olson - http://www.flightgear.org/~curt
 //
 // This program is free software; you can redistribute it and/or
 // modify it under the terms of the GNU General Public License as
@@ -21,6 +21,9 @@
 //
 // $Id$
 
+#ifdef HAVE_CONFIG_H
+#  include "config.h"
+#endif
 
 #include <simgear/debug/logstream.hxx>
 #include <simgear/io/iochannel.hxx>