$include_dir="/home/hyper-archives/boost-commit/include"; include("$include_dir/msg-header.inc") ?>
Subject: [Boost-commit] svn:boost r86257 - trunk/boost/sync/detail/semaphore
From: tim_at_[hidden]
Date: 2013-10-12 03:14:28
Author: timblechmann
Date: 2013-10-12 03:14:28 EDT (Sat, 12 Oct 2013)
New Revision: 86257
URL: http://svn.boost.org/trac/boost/changeset/86257
Log:
sync: fix include path
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 11 22:49:01 2013 (r86256)
+++ trunk/boost/sync/detail/semaphore/semaphore_dispatch.hpp 2013-10-12 03:14:28 EDT (Sat, 12 Oct 2013) (r86257)
@@ -13,7 +13,7 @@
#include <dispatch/dispatch.h>
#include <boost/sync/detail/config.hpp>
-#include <boost/sync_detail/throw_exception.hpp>
+#include <boost/sync/detail/throw_exception.hpp>
#include <boost/sync/detail/system_error.hpp>
#include <boost/sync/exceptions/resource_error.hpp>