minor fix
This commit is contained in:
@@ -2,7 +2,7 @@
|
||||
#define NANA_STD_CONDITION_VARIABLE_HPP
|
||||
#include <nana/config.hpp>
|
||||
|
||||
#if NANA_NO_CPP11
|
||||
#if STD_THREAD_NOT_SUPPORTED
|
||||
|
||||
#include <boost/thread/condition_variable.hpp>
|
||||
namespace std
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
#define NANA_STD_MUTEX_HPP
|
||||
#include <nana/config.hpp>
|
||||
|
||||
#if NANA_NO_CPP11
|
||||
#if STD_THREAD_NOT_SUPPORTED
|
||||
|
||||
#include <boost/thread/mutex.hpp>
|
||||
#include <boost/thread/recursive_mutex.hpp>
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
#define NANA_STD_THREAD_HPP
|
||||
#include <nana/config.hpp>
|
||||
|
||||
#if NANA_NO_CPP11
|
||||
#if STD_THREAD_NOT_SUPPORTED
|
||||
#include <boost/thread.hpp>
|
||||
namespace std
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user