2
0
mirror of https://github.com/boostorg/fiber.git synced 2026-02-12 12:02:54 +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 4cc6e72fae
commit ea709758cb
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>