From: david Date: Sat, 20 Apr 2002 14:08:06 +0000 (+0000) Subject: Explicitly include model.hxx, since acmodel.hxx no longer includes it. X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;ds=sidebyside;h=89324e0cfe0970eafe982843c830770ef0591a51;p=flightgear.git Explicitly include model.hxx, since acmodel.hxx no longer includes it. --- diff --git a/src/Main/viewer.cxx b/src/Main/viewer.cxx index f28a4dad8..6e23eeafa 100644 --- a/src/Main/viewer.cxx +++ b/src/Main/viewer.cxx @@ -44,6 +44,7 @@ #include #include
#include +#include #include "viewer.hxx"