summaryrefslogtreecommitdiff
path: root/ham/fl_logbook/patches/patch-src_qso__db.h
diff options
context:
space:
mode:
Diffstat (limited to 'ham/fl_logbook/patches/patch-src_qso__db.h')
-rw-r--r--ham/fl_logbook/patches/patch-src_qso__db.h24
1 files changed, 24 insertions, 0 deletions
diff --git a/ham/fl_logbook/patches/patch-src_qso__db.h b/ham/fl_logbook/patches/patch-src_qso__db.h
new file mode 100644
index 00000000000..b8f832aab4f
--- /dev/null
+++ b/ham/fl_logbook/patches/patch-src_qso__db.h
@@ -0,0 +1,24 @@
+$NetBSD: patch-src_qso__db.h,v 1.1 2011/11/25 21:59:57 joerg Exp $
+
+--- src/qso_db.h.orig 2011-11-25 17:49:53.000000000 +0000
++++ src/qso_db.h
+@@ -1,8 +1,8 @@
+ #ifndef QSO_DB
+ #define QSO_DB
+
+-#include <iostream.h>
+-#include <fstream.h>
++#include <iostream>
++#include <fstream>
+ //#include <istream>
+ //#include <ostream>
+ //#include <fstream>
+@@ -12,6 +12,8 @@
+
+ #include "adif_def.h"
+ //#include "myprofile.h"
++
++using namespace std;
+
+ #ifndef TRUE
+ #define TRUE 1