From: ehofman Date: Mon, 25 Aug 2003 12:41:40 +0000 (+0000) Subject: Fix an undeclared function refference in one of the supported compiler environments X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=69d00523753460c91d8e86a07dbd340893ea7e81;p=flightgear.git Fix an undeclared function refference in one of the supported compiler environments --- diff --git a/src/Main/main.cxx b/src/Main/main.cxx index 82d9de780..3e82eb7ab 100644 --- a/src/Main/main.cxx +++ b/src/Main/main.cxx @@ -43,6 +43,7 @@ #include #include +#include #include #include