From 92650b6ded1c56170d79f8378b09b39446ac0ba4 Mon Sep 17 00:00:00 2001 From: curt <curt> Date: Sat, 10 Apr 2004 14:22:08 +0000 Subject: [PATCH] Need to #include <stdio.h> if we are using printf() --- src/Prep/Photo/wgs84offset.cxx | 1 + 1 file changed, 1 insertion(+) diff --git a/src/Prep/Photo/wgs84offset.cxx b/src/Prep/Photo/wgs84offset.cxx index 884e9f0d..aba2d8cd 100644 --- a/src/Prep/Photo/wgs84offset.cxx +++ b/src/Prep/Photo/wgs84offset.cxx @@ -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>