From: curt Date: Sat, 19 May 2001 16:59:43 +0000 (+0000) Subject: Threaded tile paging: X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=34854ab2afaeca05e6949755b8d65e991c77675f;p=flightgear.git Threaded tile paging: - model loading deferred to primary thread - tile removal deferred to paging thread - other tweaks and rearrangments. Airport signs - first stab at some support for adding taxiway and runway signs. This is non-optimal, but I'm under the gun for a demo. --- diff --git a/src/Main/keyboard.cxx b/src/Main/keyboard.cxx index df0ca50f6..c2dc81145 100644 --- a/src/Main/keyboard.cxx +++ b/src/Main/keyboard.cxx @@ -56,6 +56,7 @@ #include #include #include +#include #include #include #include