Boost logo

Boost-Commit :

Subject: [Boost-commit] svn:boost r85819 - in branches/release: boost/log boost/log/detail libs/log
From: andrey.semashev_at_[hidden]
Date: 2013-09-22 06:04:38


Author: andysem
Date: 2013-09-22 06:04:38 EDT (Sun, 22 Sep 2013)
New Revision: 85819
URL: http://svn.boost.org/trac/boost/changeset/85819

Log:
Merged changes from trunk.

Properties modified:
   branches/release/boost/log/ (props changed)
   branches/release/libs/log/ (props changed)
Text files modified:
   branches/release/boost/log/detail/snprintf.hpp | 5 +++--
   1 files changed, 3 insertions(+), 2 deletions(-)

Modified: branches/release/boost/log/detail/snprintf.hpp
==============================================================================
--- branches/release/boost/log/detail/snprintf.hpp Sun Sep 22 05:57:15 2013 (r85818)
+++ branches/release/boost/log/detail/snprintf.hpp 2013-09-22 06:04:38 EDT (Sun, 22 Sep 2013) (r85819)
@@ -16,11 +16,12 @@
 #ifndef BOOST_LOG_DETAIL_SNPRINTF_HPP_INCLUDED_
 #define BOOST_LOG_DETAIL_SNPRINTF_HPP_INCLUDED_
 
-#include <cstdio>
+#include <stdio.h>
+#include <cstddef>
 #include <cstdarg>
 #include <boost/log/detail/config.hpp>
 #ifdef BOOST_LOG_USE_WCHAR_T
-#include <cwchar>
+#include <wchar.h>
 #endif // BOOST_LOG_USE_WCHAR_T
 #include <boost/log/detail/header.hpp>
 


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