From a6f6c3613ac3b8a430030313d5650da05338fa11 Mon Sep 17 00:00:00 2001 From: Beman Dawes Date: Mon, 1 Oct 2001 14:15:44 +0000 Subject: [PATCH] Change comments to make it clear why forward declaration header is required. [SVN r11314] --- include/boost/utility/base_from_member.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/boost/utility/base_from_member.hpp b/include/boost/utility/base_from_member.hpp index 2ec6690..48d1d4a 100644 --- a/include/boost/utility/base_from_member.hpp +++ b/include/boost/utility/base_from_member.hpp @@ -11,7 +11,7 @@ #ifndef BOOST_UTILITY_BASE_FROM_MEMBER_HPP #define BOOST_UTILITY_BASE_FROM_MEMBER_HPP -#include // self include +#include // required for parameter defaults namespace boost