VS2013 fixes for some FDMs.
This commit is contained in:
parent
bb9fd9defe
commit
9172a8a8a9
3 changed files with 5 additions and 2 deletions
|
@ -24,7 +24,8 @@
|
|||
# include "config.h"
|
||||
#endif
|
||||
|
||||
#include <math.h>
|
||||
#include <cmath>
|
||||
#include <cfloat>
|
||||
#include <string.h> // strcmp()
|
||||
|
||||
#include <simgear/constants.h>
|
||||
|
|
|
@ -44,7 +44,7 @@ HISTORY
|
|||
#endif
|
||||
|
||||
#include <stdio.h>
|
||||
#include <math.h>
|
||||
#include <cmath>
|
||||
|
||||
#include <simgear/constants.h>
|
||||
|
||||
|
|
|
@ -40,6 +40,8 @@ HISTORY
|
|||
#ifndef BalloonSim_H
|
||||
#define BalloonSim_H
|
||||
|
||||
#include <cfloat>
|
||||
|
||||
/****************************************************************************/
|
||||
/* INCLUDES */
|
||||
/****************************************************************************/
|
||||
|
|
Loading…
Add table
Reference in a new issue