From 825468bc42ed4a2933b2685b315fe0d9b1840bc9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Joaqu=C3=ADn=20M=2E=20L=C3=B3pez=20Mu=C3=B1oz?= Date: Thu, 22 Jul 2004 13:37:47 +0000 Subject: [PATCH] added an #include for Boost.Ref [SVN r23954] --- include/boost/algorithm/minmax.hpp | 1 + 1 file changed, 1 insertion(+) diff --git a/include/boost/algorithm/minmax.hpp b/include/boost/algorithm/minmax.hpp index 1690f14..2b5101a 100644 --- a/include/boost/algorithm/minmax.hpp +++ b/include/boost/algorithm/minmax.hpp @@ -26,6 +26,7 @@ */ #include // for using pairs with boost::cref +#include namespace boost {