1
0
Fork 0

Add required include for lower_bound

This commit is contained in:
fredb 2008-09-08 19:25:45 +00:00
parent a727e69585
commit 9751b25216

View file

@ -24,6 +24,7 @@
#include <map>
#include <set>
#include <algorithm>
#include <simgear/math/sg_geodesy.hxx>