]> git.street.me.uk Git - andy/viking.git/blobdiff - src/coords.h
Read hgt.zip files directly. Process correctly 1 arc sec hgt(.zip) files
[andy/viking.git] / src / coords.h
index c27878416d059f2752aa052c0957e2d5f81010d7..a998fd532b1b8a890f5d8d2ed8ee24d0c23c1d5f 100644 (file)
@@ -35,6 +35,8 @@ renaming functions and defining LatLon and UTM structs.
 #ifndef _VIKING_COORDS_H
 #define _VIKING_COORDS_H
 
+#include <glib.h>
+
 struct UTM {
   gdouble northing;
   gdouble easting;