From a2254d891a6a7c56c47e2e72248f610c2a75b647 Mon Sep 17 00:00:00 2001 From: Florent Rougon Date: Thu, 16 Nov 2017 12:54:49 +0100 Subject: [PATCH] Add missing include for std::max() and std::min() was missing in src/AIModel/AIFlightPlanCreate.cxx and src/Navaids/routePath.cxx. Thanks again to Alan Teeder for the reports! --- src/AIModel/AIFlightPlanCreate.cxx | 2 ++ src/Navaids/routePath.cxx | 2 ++ 2 files changed, 4 insertions(+) diff --git a/src/AIModel/AIFlightPlanCreate.cxx b/src/AIModel/AIFlightPlanCreate.cxx index 7a8fd7b45..1fe7dbd3f 100644 --- a/src/AIModel/AIFlightPlanCreate.cxx +++ b/src/AIModel/AIFlightPlanCreate.cxx @@ -22,6 +22,8 @@ # include #endif +#include + #include #include diff --git a/src/Navaids/routePath.cxx b/src/Navaids/routePath.cxx index 1a00d8381..87779c429 100644 --- a/src/Navaids/routePath.cxx +++ b/src/Navaids/routePath.cxx @@ -3,6 +3,8 @@ # include "config.h" #endif +#include + #include #include