1
0
Fork 0

Add missing include files needed by the new math code under windows

This commit is contained in:
fredb 2006-02-18 14:05:47 +00:00
parent 36e4045810
commit 72d3e86b76
2 changed files with 8 additions and 0 deletions

View file

@ -20,6 +20,10 @@
//
// $Id$
#ifdef HAVE_CONFIG_H
# include "config.h"
#endif
#include <math.h>
#include <string.h> // strcmp()

View file

@ -1,4 +1,8 @@
#ifdef HAVE_CONFIG_H
# include "config.h"
#endif
#include <simgear/debug/logstream.hxx>
#include <simgear/math/sg_geodesy.hxx>
#include <simgear/misc/sg_path.hxx>