aboutsummaryrefslogtreecommitdiffstats
path: root/astro/gpstk/files/patch-apps::checktools::ficcheck.cpp
blob: 400c0e77df4839eba1f32f6a84abc33c7bc7b7a8 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
--- apps/checktools/ficcheck.cpp.orig   Wed Jan 19 19:36:30 2005
+++ apps/checktools/ficcheck.cpp    Thu May 12 15:12:26 2005
@@ -1,11 +1,13 @@
 #pragma ident "$Id: //depot/sgl/gpstk/dev/apps/checktools/ficcheck.cpp#1 $"
 
+using namespace std;
+#include <ostream>
+
 #include "CheckFrame.hpp"
 
 #include "FICStream.hpp"
 #include "FICData.hpp"
 
-using namespace std;
 using namespace gpstk;
 
 int main(int argc, char* argv[])