From 991d76b69eaba112b17697d1659d9ccd10b1b06d Mon Sep 17 00:00:00 2001 From: Florent Rougon Date: Sat, 1 Apr 2017 15:58:07 +0200 Subject: [PATCH] Fix build failure due to missing include Failure observed on Debian jessie with openscenegraph 3.2.1-6. --- simgear/scene/model/ModelRegistry.cxx | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/simgear/scene/model/ModelRegistry.cxx b/simgear/scene/model/ModelRegistry.cxx index a4c8ff84..3eb399d4 100644 --- a/simgear/scene/model/ModelRegistry.cxx +++ b/simgear/scene/model/ModelRegistry.cxx @@ -1,4 +1,4 @@ -// ModelRegistry.hxx -- interface to the OSG model registry +// ModelRegistry.cxx -- interface to the OSG model registry // // Copyright (C) 2005-2007 Mathias Froehlich // Copyright (C) 2007 Tim Moore @@ -35,6 +35,7 @@ #include #include #include +#include #include #include #include