1
0
Fork 0

Another attempt at fixing a cygwin compiler error.

This commit is contained in:
curt 2006-01-10 15:23:10 +00:00
parent ac5e874523
commit c3cf810562
2 changed files with 4 additions and 4 deletions

View file

@ -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__

View file

@ -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>