blob: 2938eb5853fd15f3a437cb747440274bae28a967 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
|
diff -ruN ORIG/UTMProjection.cpp UTMProjection.cpp
--- ORIG/UTMProjection.cpp Fri May 5 07:24:56 2000
+++ UTMProjection.cpp Fri Apr 27 19:06:57 2001
@@ -7,6 +7,7 @@
#include "UTMProjection.h"
#include "DatumConvertor.h"
+#include <stdio.h>
// GCTPC includes
#include "gctpc/gctpc.h"
#include "gctpc/gctp.h"
|