$include_dir="/home/hyper-archives/boost-commit/include"; include("$include_dir/msg-header.inc") ?>
Subject: [Boost-commit] svn:boost r86361 - trunk/boost/sync/detail/semaphore
From: andrey.semashev_at_[hidden]
Date: 2013-10-19 06:23:38
Author: andysem
Date: 2013-10-19 06:23:37 EDT (Sat, 19 Oct 2013)
New Revision: 86361
URL: http://svn.boost.org/trac/boost/changeset/86361
Log:
Fixed include.
Text files modified:
trunk/boost/sync/detail/semaphore/semaphore_dispatch.hpp | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
Modified: trunk/boost/sync/detail/semaphore/semaphore_dispatch.hpp
==============================================================================
--- trunk/boost/sync/detail/semaphore/semaphore_dispatch.hpp Fri Oct 18 18:52:21 2013 (r86360)
+++ trunk/boost/sync/detail/semaphore/semaphore_dispatch.hpp 2013-10-19 06:23:37 EDT (Sat, 19 Oct 2013) (r86361)
@@ -14,7 +14,7 @@
#include <cstddef>
#include <dispatch/dispatch.h>
-#include <boost/cstddef.hpp>
+#include <boost/cstdint.hpp>
#include <boost/utility/enable_if.hpp>
#include <boost/sync/detail/config.hpp>
#include <boost/sync/detail/time_traits.hpp>