1
0
Fork 0

Minor tweaks to track changes in simgear.

This commit is contained in:
curt 2001-05-16 12:27:48 +00:00
parent edd192597b
commit 2272a29287
6 changed files with 23 additions and 0 deletions

View file

@ -23,6 +23,9 @@
// $Id$
#ifdef HAVE_CONFIG_H
# include <config.h>
#endif
#include <simgear/constants.h>
#include <simgear/debug/logstream.hxx>

View file

@ -29,6 +29,9 @@
# error This library requires C++
#endif
#ifdef HAVE_CONFIG_H
# include <config.h>
#endif
#include <simgear/compiler.h>

View file

@ -30,6 +30,10 @@
#endif
#ifdef HAVE_CONFIG_H
# include <config.h>
#endif
#include <simgear/bucket/newbucket.hxx>
#include <simgear/misc/sgstream.hxx>

View file

@ -1,5 +1,9 @@
// teste00.cxx - test the E00 parsing routines and dump some results.
#ifdef HAVE_CONFIG_H
# include <config.h>
#endif
#include <simgear/misc/sgstream.hxx>
#include "e00.hxx"

View file

@ -23,6 +23,10 @@
// $Id$
#ifdef HAVE_CONFIG_H
# include <config.h>
#endif
#include <simgear/compiler.h>
#include <simgear/constants.h>
#include <simgear/math/sg_geodesy.hxx>

View file

@ -22,6 +22,11 @@
Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
--------------------------------------------------------------------------
*/
#ifdef HAVE_CONFIG_H
# include <config.h>
#endif
#include <simgear/constants.h>
#include <simgear/debug/logstream.hxx>
#include <simgear/misc/sgstream.hxx>