2
0
mirror of https://github.com/boostorg/fiber.git synced 2026-02-11 11:42:23 +00:00

algorithm.hpp no longer lives in detail subdirectory.

This commit is contained in:
Nat Goodspeed
2015-05-13 08:41:38 -04:00
parent 068aa87e8e
commit 04be1f0f84

View File

@@ -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 <boost/config.hpp>