diff --git a/libgeotiff/geo_simpletags.c b/libgeotiff/geo_simpletags.c index 7f6e599..3b62a9d 100644 --- a/libgeotiff/geo_simpletags.c +++ b/libgeotiff/geo_simpletags.c @@ -25,11 +25,13 @@ * *****************************************************************************/ +#include +#include + #include "geotiff.h" /* public GTIFF interface */ #include "geo_simpletags.h" #include "geo_tiffp.h" /* Private TIFF interface */ -#include "geo_keyp.h" /* Private GTIFF interface */ static int ST_TypeSize( int st_type );