From: Csaba Halasz Date: Sat, 11 Dec 2010 23:23:06 +0000 (+0100) Subject: Compilation fix: add missing #include to SGPagedLod.cxx, needed by OSG 2.9.11 X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=9a96018cc20d7578cc19c463db4a4d76b2bdc9ce;p=simgear.git Compilation fix: add missing #include to SGPagedLod.cxx, needed by OSG 2.9.11 --- diff --git a/simgear/scene/model/SGPagedLOD.cxx b/simgear/scene/model/SGPagedLOD.cxx index d309feb8..0b837b36 100644 --- a/simgear/scene/model/SGPagedLOD.cxx +++ b/simgear/scene/model/SGPagedLOD.cxx @@ -21,6 +21,7 @@ #include #include #include +#include #include #include