1
0
Fork 0

Win32 compilation fix

This commit is contained in:
fredb 2006-11-02 17:41:53 +00:00
parent 5570ef4c35
commit f65abb8a61
5 changed files with 16 additions and 0 deletions

View file

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

View file

@ -28,6 +28,10 @@
// 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>

View file

@ -20,6 +20,9 @@
//
// $Id$
#ifdef HAVE_CONFIG_H
# include <config.h>
#endif
#include <stdio.h> // sprintf()

View file

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

View file

@ -21,6 +21,9 @@
//
// $Id$
#ifdef HAVE_CONFIG_H
# include <config.h>
#endif
#include <stdio.h> // sprintf()