--------------------- PatchSet 3113 Date: 2006/05/14 18:22:36 Author: serassio Branch: nt Tag: (none) Log: Need C++ namespace declaration Members: tools/squidclient.cc:1.2.2.3->1.2.2.4 Index: squid3/tools/squidclient.cc =================================================================== RCS file: /cvsroot/squid-sf//squid3/tools/squidclient.cc,v retrieving revision 1.2.2.3 retrieving revision 1.2.2.4 diff -u -r1.2.2.3 -r1.2.2.4 --- squid3/tools/squidclient.cc 14 May 2006 18:16:51 -0000 1.2.2.3 +++ squid3/tools/squidclient.cc 14 May 2006 18:22:36 -0000 1.2.2.4 @@ -1,6 +1,6 @@ /* - * $Id: squidclient.cc,v 1.2.2.3 2006/05/14 18:16:51 serassio Exp $ + * $Id: squidclient.cc,v 1.2.2.4 2006/05/14 18:22:36 serassio Exp $ * * DEBUG: section 0 WWW Client * AUTHOR: Harvest Derived @@ -35,6 +35,10 @@ #include "config.h" +#ifdef _SQUID_MSWIN_ +using namespace Squid; +#endif + #ifdef _SQUID_WIN32_ #include #endif