summaryrefslogtreecommitdiff
path: root/astro/gpstk/files/patch-apps::checktools::rmwcheck.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'astro/gpstk/files/patch-apps::checktools::rmwcheck.cpp')
-rw-r--r--astro/gpstk/files/patch-apps::checktools::rmwcheck.cpp18
1 files changed, 18 insertions, 0 deletions
diff --git a/astro/gpstk/files/patch-apps::checktools::rmwcheck.cpp b/astro/gpstk/files/patch-apps::checktools::rmwcheck.cpp
new file mode 100644
index 000000000000..83a227911ec1
--- /dev/null
+++ b/astro/gpstk/files/patch-apps::checktools::rmwcheck.cpp
@@ -0,0 +1,18 @@
+--- 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[])