mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-23 00:43:28 +00:00
47f8960c39
library. PR: 26928 Submitted by: Randall Hopper <aa8vb@nc.rr.com>
12 lines
481 B
Plaintext
12 lines
481 B
Plaintext
diff -ruN ORIG/HotineObliqueMercatorProjection.cpp HotineObliqueMercatorProjection.cpp
|
|
--- ORIG/HotineObliqueMercatorProjection.cpp Fri May 5 07:24:56 2000
|
|
+++ HotineObliqueMercatorProjection.cpp Fri Apr 27 19:07:19 2001
|
|
@@ -5,6 +5,7 @@
|
|
//////////////////////////////////////////////////////////////////////
|
|
|
|
#include "HotineObliqueMercatorProjection.h"
|
|
+#include <stdio.h>
|
|
|
|
//////////////////////////////////////////////////////////////////////
|
|
// Construction/Destruction
|