Another attempt at fixing a cygwin compiler error.
This commit is contained in:
parent
ac5e874523
commit
c3cf810562
2 changed files with 4 additions and 4 deletions
|
@ -25,6 +25,10 @@
|
|||
#pragma warning (disable: 4786)
|
||||
#endif
|
||||
|
||||
#ifdef HAVE_CONFIG_H
|
||||
# include <config.h>
|
||||
#endif
|
||||
|
||||
#include <simgear/debug/logstream.hxx>
|
||||
#include <simgear/structure/exception.hxx>
|
||||
#ifdef __BORLANDC__
|
||||
|
|
|
@ -24,10 +24,6 @@
|
|||
#ifndef __FGFX_HXX
|
||||
#define __FGFX_HXX 1
|
||||
|
||||
#ifdef HAVE_CONFIG_H
|
||||
# include <config.h>
|
||||
#endif
|
||||
|
||||
#include <simgear/compiler.h>
|
||||
|
||||
#include <queue>
|
||||
|
|
Loading…
Add table
Reference in a new issue