From 91f4f6d49ab4d82046b36776c584545800f4d1f4 Mon Sep 17 00:00:00 2001 From: weidai Date: Thu, 19 Jun 2003 19:09:57 +0000 Subject: fixes/workarounds for GCC git-svn-id: svn://svn.code.sf.net/p/cryptopp/code/trunk/c5@83 57ff6487-cd31-0410-9ec3-f628ee90f5f0 --- test.cpp | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'test.cpp') diff --git a/test.cpp b/test.cpp index fafcb2d..1309643 100644 --- a/test.cpp +++ b/test.cpp @@ -31,6 +31,10 @@ #include #endif +#ifdef USE_BERKELEY_STYLE_SOCKETS +#include +#endif + #if (_MSC_VER >= 1000) #include // for the debug heap #endif -- cgit v1.2.1