From 397c3254ea425e9c1848dd169e0983bd83ffe155 Mon Sep 17 00:00:00 2001 From: weidai Date: Tue, 1 Jul 2003 21:26:20 +0000 Subject: [PATCH] add missing #include --- trunk/c5/test.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/trunk/c5/test.cpp b/trunk/c5/test.cpp index 13096431..cc871d48 100644 --- a/trunk/c5/test.cpp +++ b/trunk/c5/test.cpp @@ -33,6 +33,7 @@ #ifdef USE_BERKELEY_STYLE_SOCKETS #include +#include #endif #if (_MSC_VER >= 1000)