From e2bea194a38de8a84bbb07a39760c3601d932737 Mon Sep 17 00:00:00 2001 From: Gennaro Prota Date: Sat, 19 Aug 2006 11:05:56 +0000 Subject: [PATCH] use ; include for Borland only [SVN r34906] --- include/boost/pending/integer_log2.hpp | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/include/boost/pending/integer_log2.hpp b/include/boost/pending/integer_log2.hpp index f85847b..15fd8b5 100644 --- a/include/boost/pending/integer_log2.hpp +++ b/include/boost/pending/integer_log2.hpp @@ -19,8 +19,10 @@ #ifndef BOOST_INTEGER_LOG2_HPP_GP_20030301 #define BOOST_INTEGER_LOG2_HPP_GP_20030301 -#include -#include // actually used for Borland only +#include +#ifdef __BORLANDC__ +#include +#endif #include "boost/limits.hpp" #include "boost/config.hpp"