2
0
mirror of https://github.com/boostorg/fiber.git synced 2026-02-13 12:22:36 +00:00

use correct eader for thread_specific_ptr<>

This commit is contained in:
Oliver Kowalke
2014-11-22 11:22:41 +01:00
parent 6fc2b57f23
commit e29cc6dc81
2 changed files with 2 additions and 2 deletions

View File

@@ -9,7 +9,7 @@
#include <boost/config.hpp>
#include <boost/utility.hpp>
#include <boost/thread/thread.hpp>
#include <boost/thread/tss.hpp>
#include <boost/fiber/detail/config.hpp>

View File

@@ -9,7 +9,7 @@
#include <boost/config.hpp>
#include <boost/utility.hpp>
#include <boost/thread/thread.hpp>
#include <boost/thread/tss.hpp>
#include <boost/fiber/detail/config.hpp>