From fe013c42b77eb36bea72f6e5d54dbbdb3484e82b Mon Sep 17 00:00:00 2001 From: Ronald Garcia Date: Fri, 23 Aug 2002 14:32:39 +0000 Subject: [PATCH] Added a fix for non Microsoft compilers using Microsoft libraries. [SVN r15068] --- include/boost/array.hpp | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/include/boost/array.hpp b/include/boost/array.hpp index 6e78aeb..63bbb58 100644 --- a/include/boost/array.hpp +++ b/include/boost/array.hpp @@ -11,6 +11,7 @@ * This software is provided "as is" without express or implied * warranty, and with no claim as to its suitability for any purpose. * + * 23 Aug 2002 - fix for Non-MSVC compilers combined with MSVC libraries. * 05 Aug 2001 - minor update (Nico Josuttis) * 20 Jan 2001 - STLport fix (Beman Dawes) * 29 Sep 2000 - Initial Revision (Nico Josuttis) @@ -20,7 +21,9 @@ #include #include -#include + +// Handles broken standard libraries better than +#include #include // FIXES for broken compilers