Need to #include <stdio.h> if we are using printf()
This commit is contained in:
parent
e779c45679
commit
92650b6ded
1 changed files with 1 additions and 0 deletions
|
@ -1,5 +1,6 @@
|
|||
// calc wgs84 offset given starting lon/lat/alt, radial and distance
|
||||
|
||||
#include <stdio.h>
|
||||
#include <stdlib.h>
|
||||
|
||||
#include <simgear/math/sg_geodesy.hxx>
|
||||
|
|
Loading…
Add table
Reference in a new issue