From 27bef100c7cecece80b8f1347149ce33afe0752d Mon Sep 17 00:00:00 2001 From: James Goppert <jgoppert@l1.hsl.dynalias.com> Date: Fri, 13 May 2011 13:53:14 -0400 Subject: [PATCH] Fixed compile issue with new stdlibs. --- src/math/FGNelderMead.h | 1 + 1 file changed, 1 insertion(+) diff --git a/src/math/FGNelderMead.h b/src/math/FGNelderMead.h index e21053c..2634651 100644 --- a/src/math/FGNelderMead.h +++ b/src/math/FGNelderMead.h @@ -21,6 +21,7 @@ #include <vector> #include <limits> +#include <cstddef> namespace JSBSim { -- GitLab