From 03bb04bb854242c5185c7c87d42a532d676cfd93 Mon Sep 17 00:00:00 2001 From: Peter Dimov Date: Tue, 21 Feb 2006 10:16:27 +0000 Subject: [PATCH] Two-phase lookup fix [SVN r33059] --- include/boost/bind.hpp | 1 + 1 file changed, 1 insertion(+) diff --git a/include/boost/bind.hpp b/include/boost/bind.hpp index ef1f909..45b97b6 100644 --- a/include/boost/bind.hpp +++ b/include/boost/bind.hpp @@ -28,6 +28,7 @@ #include #include #include +#include // Borland-specific bug, visit_each() silently fails to produce code