1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-02-05 11:35:01 +00:00
Maxim Sobolev 47f8960c39 Add projectionlib 3.7, a C++ wrapper for the USGS GCTP projection
library.

PR:		26928
Submitted by:	Randall Hopper <aa8vb@nc.rr.com>
2001-05-31 13:14:35 +00:00

12 lines
325 B
Plaintext

diff -ruN ORIG/ConicProjection.cpp ConicProjection.cpp
--- ORIG/ConicProjection.cpp Fri May 5 07:24:56 2000
+++ ConicProjection.cpp Fri Apr 27 19:07:21 2001
@@ -7,6 +7,7 @@
#include "ConicProjection.h"
#include "DatumConvertor.h"
+#include <stdio.h>
// GCTPC includes
#include "gctpc/gctpc.h"
#include "gctpc/proj.h"