summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--dev-libs/dvthread/files/gentoo-0.4.4.patch12
1 files changed, 12 insertions, 0 deletions
diff --git a/dev-libs/dvthread/files/gentoo-0.4.4.patch b/dev-libs/dvthread/files/gentoo-0.4.4.patch
new file mode 100644
index 000000000000..880b8fa66e8c
--- /dev/null
+++ b/dev-libs/dvthread/files/gentoo-0.4.4.patch
@@ -0,0 +1,12 @@
+diff -urN ori/dvthread/monitor.h dvthread-0.4.4/dvthread/monitor.h
+--- ori/dvthread/monitor.h 2003-03-14 00:16:27.000000000 +0100
++++ dvthread-0.4.4/dvthread/monitor.h 2003-03-14 00:16:44.000000000 +0100
+@@ -2,6 +2,8 @@
+ #define DV_THREAD_MONITOR_H
+ // $Id: monitor.h,v 1.9 2002/12/22 09:20:08 dvermeir Exp $
+
++using namespace std;
++
+ #include <string>
+ #include <iostream>
+ #include <stdexcept>