Replace boost::tuple by std::tuple
This commit is contained in:
parent
f7cbcd9e60
commit
99083d6b35
1 changed files with 2 additions and 1 deletions
|
@ -10,6 +10,8 @@
|
|||
|
||||
#include "submodel.hxx"
|
||||
|
||||
#include <algorithm>
|
||||
|
||||
#include <simgear/structure/exception.hxx>
|
||||
#include <simgear/misc/sg_path.hxx>
|
||||
#include <simgear/math/sg_geodesy.hxx>
|
||||
|
@ -18,7 +20,6 @@
|
|||
#include <Main/fg_props.hxx>
|
||||
#include <Main/util.hxx>
|
||||
|
||||
|
||||
#include "AIBase.hxx"
|
||||
#include "AIManager.hxx"
|
||||
#include "AIBallistic.hxx"
|
||||
|
|
Loading…
Add table
Reference in a new issue