Add-ons: add missing include
This commit is contained in:
parent
7d2f35c7e3
commit
f1e0a4e43f
1 changed files with 2 additions and 1 deletions
|
@ -1,7 +1,7 @@
|
||||||
// -*- coding: utf-8 -*-
|
// -*- coding: utf-8 -*-
|
||||||
//
|
//
|
||||||
// Addon.cxx --- FlightGear class holding add-on metadata
|
// Addon.cxx --- FlightGear class holding add-on metadata
|
||||||
// Copyright (C) 2017 Florent Rougon
|
// Copyright (C) 2017, 2018 Florent Rougon
|
||||||
//
|
//
|
||||||
// This program is free software; you can redistribute it and/or modify
|
// This program is free software; you can redistribute it and/or modify
|
||||||
// it under the terms of the GNU General Public License as published by
|
// it under the terms of the GNU General Public License as published by
|
||||||
|
@ -28,6 +28,7 @@
|
||||||
#include <cassert>
|
#include <cassert>
|
||||||
|
|
||||||
#include <simgear/misc/sg_path.hxx>
|
#include <simgear/misc/sg_path.hxx>
|
||||||
|
#include <simgear/misc/strutils.hxx>
|
||||||
#include <simgear/nasal/cppbind/Ghost.hxx>
|
#include <simgear/nasal/cppbind/Ghost.hxx>
|
||||||
#include <simgear/nasal/cppbind/NasalHash.hxx>
|
#include <simgear/nasal/cppbind/NasalHash.hxx>
|
||||||
#include <simgear/nasal/naref.h>
|
#include <simgear/nasal/naref.h>
|
||||||
|
|
Loading…
Reference in a new issue