diff options
Diffstat (limited to 'audio/quelcom/files/patch-lib::qexception.hh')
-rw-r--r-- | audio/quelcom/files/patch-lib::qexception.hh | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/audio/quelcom/files/patch-lib::qexception.hh b/audio/quelcom/files/patch-lib::qexception.hh new file mode 100644 index 000000000000..24e09c35a4b0 --- /dev/null +++ b/audio/quelcom/files/patch-lib::qexception.hh @@ -0,0 +1,11 @@ +--- lib/qexception.hh.orig Fri Feb 23 21:29:12 2001 ++++ lib/qexception.hh Fri Feb 13 19:17:38 2004 +@@ -5,6 +5,8 @@ + # ifndef _qexception_hh_ + # define _qexception_hh_ + ++using namespace std; ++ + #include <string> + + /*! |