diff --git a/src/FDM/JSBSim/FGJSBBase.h b/src/FDM/JSBSim/FGJSBBase.h index f47a779f6..3da027b8e 100644 --- a/src/FDM/JSBSim/FGJSBBase.h +++ b/src/FDM/JSBSim/FGJSBBase.h @@ -85,7 +85,7 @@ using std::fabs; #endif -#if !defined(WIN32) || defined(__GNUC__) +#if !defined(WIN32) || defined(__GNUC__) || (defined(_MSC_VER) && (_MSC_VER >= 1400)) using std::max; #endif