Boost logo

Boost-Commit :

Subject: [Boost-commit] svn:boost r75825 - trunk/boost/heap
From: tim_at_[hidden]
Date: 2011-12-06 10:16:02


Author: timblechmann
Date: 2011-12-06 10:16:00 EST (Tue, 06 Dec 2011)
New Revision: 75825
URL: http://svn.boost.org/trac/boost/changeset/75825

Log:
heap: use absolute include path

Text files modified:
   trunk/boost/heap/policies.hpp | 2 +-
   1 files changed, 1 insertions(+), 1 deletions(-)

Modified: trunk/boost/heap/policies.hpp
==============================================================================
--- trunk/boost/heap/policies.hpp (original)
+++ trunk/boost/heap/policies.hpp 2011-12-06 10:16:00 EST (Tue, 06 Dec 2011)
@@ -13,7 +13,7 @@
 #include <boost/mpl/bool.hpp>
 #include <boost/mpl/int.hpp>
 #include <boost/mpl/void.hpp>
-#include <../boost-trunk/boost/concept_check.hpp>
+#include <boost/concept_check.hpp>
 
 
 namespace boost {


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