Boost logo

Boost-Commit :

Subject: [Boost-commit] svn:boost r80987 - trunk/boost/format/detail
From: steven_at_[hidden]
Date: 2012-10-14 15:17:26


Author: steven_watanabe
Date: 2012-10-14 15:17:26 EDT (Sun, 14 Oct 2012)
New Revision: 80987
URL: http://svn.boost.org/trac/boost/changeset/80987

Log:
Add #include <locale>. Refs #4700.
Text files modified:
   trunk/boost/format/detail/config_macros.hpp | 4 ++++
   1 files changed, 4 insertions(+), 0 deletions(-)

Modified: trunk/boost/format/detail/config_macros.hpp
==============================================================================
--- trunk/boost/format/detail/config_macros.hpp (original)
+++ trunk/boost/format/detail/config_macros.hpp 2012-10-14 15:17:26 EDT (Sun, 14 Oct 2012)
@@ -80,6 +80,10 @@
   // -end N.S. boost
 #endif // needs_using_declaration
 
+#if ! defined(BOOST_NO_STD_LOCALE)
+#include <locale>
+#endif
+
 
 // *** hide std::locale if it doesnt exist.
 // this typedef is either std::locale or int, avoids placing ifdefs everywhere


Boost-Commit list run by bdawes at acm.org, david.abrahams at rcn.com, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk