aboutsummaryrefslogtreecommitdiff
path: root/odb/details/condition.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'odb/details/condition.hxx')
-rw-r--r--odb/details/condition.hxx3
1 files changed, 1 insertions, 2 deletions
diff --git a/odb/details/condition.hxx b/odb/details/condition.hxx
index 34c5c62..f410ec4 100644
--- a/odb/details/condition.hxx
+++ b/odb/details/condition.hxx
@@ -38,14 +38,13 @@ namespace odb
#elif defined(ODB_THREADS_CXX11)
# include <condition_variable>
+# include <odb/details/mutex.hxx>
# include <odb/details/lock.hxx>
namespace odb
{
namespace details
{
- class mutex;
-
class condition: public std::condition_variable
{
public: