diff options
Diffstat (limited to 'libcommon/common.hxx')
-rw-r--r-- | libcommon/common.hxx | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/libcommon/common.hxx b/libcommon/common.hxx index 8e5bd4d..411ece5 100644 --- a/libcommon/common.hxx +++ b/libcommon/common.hxx @@ -10,7 +10,9 @@ #include <odb/database.hxx> -std::auto_ptr<odb::database> +#include <export.hxx> + +LIBCOMMON_EXPORT std::auto_ptr<odb::database> create_database (int argc, char* argv[]); #endif // LIBCOMMON_COMMON_HXX |