aboutsummaryrefslogtreecommitdiff
path: root/common/types/driver.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'common/types/driver.cxx')
-rw-r--r--common/types/driver.cxx6
1 files changed, 4 insertions, 2 deletions
diff --git a/common/types/driver.cxx b/common/types/driver.cxx
index 92cf9af..bdc66b8 100644
--- a/common/types/driver.cxx
+++ b/common/types/driver.cxx
@@ -5,14 +5,16 @@
//
#include <memory>
-#include <cassert>
#include <iostream>
-#include <common/common.hxx>
+#include <libcommon/common.hxx>
#include "test.hxx"
#include "test-odb.hxx"
+#undef NDEBUG
+#include <cassert>
+
using namespace std;
using namespace odb::core;