summaryrefslogtreecommitdiff
path: root/common/pragma/driver.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'common/pragma/driver.cxx')
-rw-r--r--common/pragma/driver.cxx6
1 files changed, 4 insertions, 2 deletions
diff --git a/common/pragma/driver.cxx b/common/pragma/driver.cxx
index 932ca14..a9cc6e0 100644
--- a/common/pragma/driver.cxx
+++ b/common/pragma/driver.cxx
@@ -5,17 +5,19 @@
//
#include <memory>
-#include <cassert>
#include <iostream>
#include <odb/exceptions.hxx>
#include <odb/transaction.hxx>
-#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;