From 9a96018cc20d7578cc19c463db4a4d76b2bdc9ce Mon Sep 17 00:00:00 2001 From: Csaba Halasz Date: Sun, 12 Dec 2010 00:23:06 +0100 Subject: [PATCH] Compilation fix: add missing #include to SGPagedLod.cxx, needed by OSG 2.9.11 --- simgear/scene/model/SGPagedLOD.cxx | 1 + 1 file changed, 1 insertion(+) 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 -- 2.39.5