1
0
Fork 0

VS2013 fixes for some FDMs.

This commit is contained in:
James Turner 2016-01-27 14:00:09 +00:00
parent bb9fd9defe
commit 9172a8a8a9
3 changed files with 5 additions and 2 deletions

View file

@ -24,7 +24,8 @@
# include "config.h"
#endif
#include <math.h>
#include <cmath>
#include <cfloat>
#include <string.h> // strcmp()
#include <simgear/constants.h>

View file

@ -44,7 +44,7 @@ HISTORY
#endif
#include <stdio.h>
#include <math.h>
#include <cmath>
#include <simgear/constants.h>

View file

@ -40,6 +40,8 @@ HISTORY
#ifndef BalloonSim_H
#define BalloonSim_H
#include <cfloat>
/****************************************************************************/
/* INCLUDES */
/****************************************************************************/