--- rxvt-unicode/src/rxvtutil.h 2006/01/31 16:57:35 1.26 +++ rxvt-unicode/src/rxvtutil.h 2006/06/23 14:31:38 1.27 @@ -4,6 +4,8 @@ #include #include +using namespace std; + #define PP_CONCAT_(a, b) a ## b #define PP_CONCAT(a, b) PP_CONCAT_(a, b) #define PP_STRINGIFY_(a) #a