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