Index: trunk/BNC/RTCM3/rtcm3torinex.cpp
===================================================================
--- trunk/BNC/RTCM3/rtcm3torinex.cpp	(revision 95)
+++ trunk/BNC/RTCM3/rtcm3torinex.cpp	(revision 96)
@@ -1,5 +1,5 @@
 /*
   Converter for RTCM3 data to RINEX.
-  $Id: rtcm3torinex.cpp,v 1.4 2006/08/31 09:20:09 mervart Exp $
+  $Id: rtcm3torinex.cpp,v 1.5 2006/09/01 07:36:54 mervart Exp $
 
   Program written bei
@@ -37,18 +37,18 @@
 
 #ifndef NO_RTCM3_MAIN
+#include <getopt.h>
+#include <netdb.h>
+#include <netinet/in.h>
+#include <sys/socket.h>
+#endif
+
 #include <stdint.h>
-#include <getopt.h>
-#endif
-
 #include <ctype.h>
 #include <errno.h>
 #include <math.h>
-#include <netdb.h>
-#include <netinet/in.h>
 #include <signal.h>
 #include <stdio.h>
 #include <stdlib.h>
 #include <string.h>
-#include <sys/socket.h>
 #include <sys/types.h>
 #include <time.h>
@@ -65,6 +65,6 @@
 
 /* CVS revision and version */
-static char revisionstr[] = "$Revision: 1.4 $";
-static char datestr[]     = "$Date: 2006/08/31 09:20:09 $";
+static char revisionstr[] = "$Revision: 1.5 $";
+static char datestr[]     = "$Date: 2006/09/01 07:36:54 $";
 static int stop = 0;
 
Index: trunk/BNC/bncapp.cpp
===================================================================
--- trunk/BNC/bncapp.cpp	(revision 95)
+++ trunk/BNC/bncapp.cpp	(revision 96)
@@ -16,4 +16,6 @@
  * -----------------------------------------------------------------------*/
 
+#include <QFile>
+#include <QTextStream>
 #include <iostream>
 
