diff options
-rw-r--r-- | odb/details/lock.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/odb/details/lock.hxx b/odb/details/lock.hxx index 044dfdb..7902d77 100644 --- a/odb/details/lock.hxx +++ b/odb/details/lock.hxx @@ -9,7 +9,7 @@ #include <odb/pre.hxx> #include <odb/details/export.hxx> -#include <odb/details/posix/mutex.hxx> +#include <odb/details/mutex.hxx> namespace odb { |