summaryrefslogtreecommitdiff
path: root/time/ptimetracker/patches/patch-src-weeport.hh
diff options
context:
space:
mode:
Diffstat (limited to 'time/ptimetracker/patches/patch-src-weeport.hh')
-rw-r--r--time/ptimetracker/patches/patch-src-weeport.hh15
1 files changed, 15 insertions, 0 deletions
diff --git a/time/ptimetracker/patches/patch-src-weeport.hh b/time/ptimetracker/patches/patch-src-weeport.hh
new file mode 100644
index 00000000000..13a1761ba2d
--- /dev/null
+++ b/time/ptimetracker/patches/patch-src-weeport.hh
@@ -0,0 +1,15 @@
+$NetBSD: patch-src-weeport.hh,v 1.1 2011/11/22 20:03:56 joerg Exp $
+
+--- src/weeport.hh.orig 2011-11-22 19:09:45.000000000 +0000
++++ src/weeport.hh
+@@ -31,7 +31,9 @@
+ #include <qfont.h>
+ #include <qtextview.h>
+
+-#include <vector.h>
++#include <vector>
++
++using namespace std;
+
+ class QListBox;
+ class QPopupMenu;