1
0
Fork 0

AirportBuilder: missing header guard corrected.

This commit is contained in:
Scott Giese 2021-12-22 23:50:37 -06:00
parent 930ed00ba9
commit eefd878529

View file

@ -20,6 +20,9 @@
// Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
//
// $Id$
#pragma once
#include <osgDB/Registry>
#include "airport.hxx"
#include <simgear/scene/material/Effect.hxx>