$OpenBSD: patch-field_desc_hh,v 1.1 2004/01/28 20:39:44 naddy Exp $ --- field_desc.hh.orig 2004-01-28 21:24:08.000000000 +0100 +++ field_desc.hh 2004-01-28 21:24:21.000000000 +0100 @@ -2,10 +2,11 @@ #define FIELD_DESC_HH #ifdef VISUAL_CPP -using namespace std; #pragma warning (disable : 4786) #endif +using namespace std; + #include "component_desc.hh" #include "utf_string.hh" class const_name_and_type;