diff options
Diffstat (limited to 'common/include/driver.cxx')
-rw-r--r-- | common/include/driver.cxx | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/common/include/driver.cxx b/common/include/driver.cxx index 935d285..561746a 100644 --- a/common/include/driver.cxx +++ b/common/include/driver.cxx @@ -11,13 +11,12 @@ // #include <memory> -#include <cassert> #include <iostream> #include <odb/exceptions.hxx> #include <odb/transaction.hxx> -#include <common/common.hxx> +#include <libcommon/common.hxx> #include "test1.hxx" #include "test1-odb.hxx" @@ -31,6 +30,9 @@ #include "test4.hxx" #include "test4-odb.hxx" +#undef NDEBUG +#include <cassert> + using namespace std; using namespace odb::core; |