From 04be1f0f847177fd9014198846a0f66e0f287724 Mon Sep 17 00:00:00 2001 From: Nat Goodspeed Date: Wed, 13 May 2015 08:41:38 -0400 Subject: [PATCH] algorithm.hpp no longer lives in detail subdirectory. --- src/algorithm.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/algorithm.cpp b/src/algorithm.cpp index 4da29cea..609dcc6d 100644 --- a/src/algorithm.cpp +++ b/src/algorithm.cpp @@ -4,7 +4,7 @@ // (See accompanying file LICENSE_1_0.txt or copy at // http://www.boost.org/LICENSE_1_0.txt) -#include "boost/fiber/detail/algorithm.hpp" +#include "boost/fiber/algorithm.hpp" #include