From 41a8ae42f5abcfaaef46032b4cab80aca0260e6e Mon Sep 17 00:00:00 2001 From: fredb Date: Sat, 31 Jan 2009 08:20:47 +0000 Subject: [PATCH] Allow the search of header files in the current directory --- src/AIModel/AIFlightPlanCreate.cxx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/AIModel/AIFlightPlanCreate.cxx b/src/AIModel/AIFlightPlanCreate.cxx index 7cb19bf5f..d86b71440 100644 --- a/src/AIModel/AIFlightPlanCreate.cxx +++ b/src/AIModel/AIFlightPlanCreate.cxx @@ -26,8 +26,8 @@ #include #include #include -#include -#include +#include "AIAircraft.hxx" +#include "performancedata.hxx" #include #include -- 2.39.5