ports/astro/gpstk/files/patch-apps::checktools::rmwcheck.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
475 B
C++

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