1
0
Fork 0

Need to #include <stdio.h> if we are using printf()

This commit is contained in:
curt 2004-04-10 14:22:08 +00:00
parent e779c45679
commit 92650b6ded

View file

@ -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>