diff --git a/src/db/db/dbInit.cc b/src/db/db/dbInit.cc index d831f1e9a..8608ecbe2 100644 --- a/src/db/db/dbInit.cc +++ b/src/db/db/dbInit.cc @@ -36,6 +36,7 @@ #endif #include +#include namespace db { @@ -133,7 +134,7 @@ void init (const std::vector &_paths) if (paths.empty ()) { std::string module_path = get_module_path (); if (! module_path.empty ()) { - paths.push_back (module_path); + paths.push_back (tl::absolute_path (module_path)); } }