Win32 compilation fix

This commit is contained in:
fredb 2006-11-02 17:40:54 +00:00
parent 55c018c525
commit c256f8d09e
2 changed files with 6 additions and 0 deletions

View File

@ -19,6 +19,9 @@
// Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
//
#ifdef HAVE_CONFIG_H
# include <simgear_config.h>
#endif
#ifndef __cplusplus
# error This library requires C++

View File

@ -23,6 +23,9 @@
//
// $Id$
#ifdef HAVE_CONFIG_H
# include <simgear_config.h>
#endif
#include <simgear/compiler.h>
#include <simgear/constants.h>