diff --git a/include/boost/sync/condition_variables/cv_status.hpp b/include/boost/sync/condition_variables/cv_status.hpp index 02661a1..414acee 100644 --- a/include/boost/sync/condition_variables/cv_status.hpp +++ b/include/boost/sync/condition_variables/cv_status.hpp @@ -14,7 +14,7 @@ #ifndef BOOST_SYNC_CONDITION_VARIABLES_CV_STATUS_HPP_INCLUDED_ #define BOOST_SYNC_CONDITION_VARIABLES_CV_STATUS_HPP_INCLUDED_ -#include +#include #include #include diff --git a/test/run/condition_variable.cpp b/test/run/condition_variable.cpp index 974e187..109df42 100644 --- a/test/run/condition_variable.cpp +++ b/test/run/condition_variable.cpp @@ -7,7 +7,7 @@ // file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) #include -#include +#include #include #include #include diff --git a/test/run/event_test.cpp b/test/run/event_test.cpp index 4567fa3..ffd4753 100644 --- a/test/run/event_test.cpp +++ b/test/run/event_test.cpp @@ -5,7 +5,7 @@ #include -#include +#include #include #include #include diff --git a/test/run/mutex_test.cpp b/test/run/mutex_test.cpp index be0b633..e989ae6 100644 --- a/test/run/mutex_test.cpp +++ b/test/run/mutex_test.cpp @@ -6,7 +6,7 @@ #include -#include +#include #include #include #include diff --git a/test/run/semaphore_test.cpp b/test/run/semaphore_test.cpp index 270d2aa..cd98703 100644 --- a/test/run/semaphore_test.cpp +++ b/test/run/semaphore_test.cpp @@ -5,7 +5,7 @@ #include -#include +#include #include #include #include