diff options
Diffstat (limited to 'c++11')
-rw-r--r-- | c++11/database.hxx | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/c++11/database.hxx b/c++11/database.hxx index 2e9eb5d..f97448f 100644 --- a/c++11/database.hxx +++ b/c++11/database.hxx @@ -28,6 +28,8 @@ # include <odb/oracle/database.hxx> #elif defined(DATABASE_MSSQL) # include <odb/mssql/database.hxx> +#else +# error unknown database; did you forget to define the DATABASE_* macros? #endif inline std::unique_ptr<odb::database> |