forked from Lainports/freebsd-ports
11 lines
219 B
C++
11 lines
219 B
C++
--- 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>
|
|
|
|
/*!
|