From cf647b0d3bd52e2e4b66194e291d5443d9b0e3bf Mon Sep 17 00:00:00 2001 From: Christoph von Wittich Date: Thu, 24 Jan 2008 16:42:57 +0000 Subject: [PATCH] fix build with gcc 4.3.0 svn path=/trunk/; revision=31971 --- reactos/base/applications/network/telnet/src/stl_bids.h | 1 + 1 file changed, 1 insertion(+) diff --git a/reactos/base/applications/network/telnet/src/stl_bids.h b/reactos/base/applications/network/telnet/src/stl_bids.h index 7366fc1afa4..5d70f7fab07 100644 --- a/reactos/base/applications/network/telnet/src/stl_bids.h +++ b/reactos/base/applications/network/telnet/src/stl_bids.h @@ -12,6 +12,7 @@ // #include #include #include +#include using namespace std; template