From 76d9993b29dabef66e4e607336fdcff8d17c97a5 Mon Sep 17 00:00:00 2001 From: Douglas Gregor Date: Wed, 4 May 2005 13:40:34 +0000 Subject: [PATCH] Need workaround header [SVN r28653] --- include/boost/math/quaternion.hpp | 1 + 1 file changed, 1 insertion(+) diff --git a/include/boost/math/quaternion.hpp b/include/boost/math/quaternion.hpp index 94e667108..bbccce1b6 100644 --- a/include/boost/math/quaternion.hpp +++ b/include/boost/math/quaternion.hpp @@ -16,6 +16,7 @@ #include // for the "<<" operator #include // for BOOST_NO_STD_LOCALE +#include #ifndef BOOST_NO_STD_LOCALE #include // for the "<<" operator #endif /* BOOST_NO_STD_LOCALE */