freebsd-ports/astro/gpstk/files/patch-apps::checktools::ficacheck.cpp
Bruce M Simpson ef3cfe34f8 Add new port gpstk, the ARL GPS Toolkit; a software library for working
with raw GPS data, NMEA feeds, ephemerii, etc.

Requested by:	Tom McHugh
2006-11-02 13:13:17 +00:00

18 lines
431 B
C++

--- apps/checktools/ficacheck.cpp.orig Wed Jan 19 19:36:30 2005
+++ apps/checktools/ficacheck.cpp Thu May 12 15:12:26 2005
@@ -1,11 +1,14 @@
#pragma ident "$Id: //depot/sgl/gpstk/dev/apps/checktools/ficacheck.cpp#1 $"
+using namespace std;
+
+#include <ostream>
+
#include "CheckFrame.hpp"
#include "FICAStream.hpp"
#include "FICData.hpp"
-using namespace std;
using namespace gpstk;
int main(int argc, char* argv[])