Fix a compile problem for lower_bound()
This commit is contained in:
parent
f6b5c72426
commit
341216e56a
1 changed files with 2 additions and 0 deletions
|
@ -25,6 +25,8 @@
|
|||
# include <config.h>
|
||||
#endif
|
||||
|
||||
#include <algorithm>
|
||||
|
||||
#include <simgear/debug/logstream.hxx>
|
||||
#include <simgear/misc/sgstream.hxx>
|
||||
#include <simgear/math/sg_geodesy.hxx>
|
||||
|
|
Loading…
Reference in a new issue