aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2012-01-12 08:46:58 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2012-01-12 08:46:58 +0200
commit0dadb5e5d0629597084995f74c5ed45e9cecf826 (patch)
treebf4419469112dbaab410b675d0b2810c0957b325
parent0086d1a3630f1a75dda2ebd478e97635d5c9c999 (diff)
Add missing #include
-rw-r--r--odb/mysql/object-result.txx2
1 files changed, 2 insertions, 0 deletions
diff --git a/odb/mysql/object-result.txx b/odb/mysql/object-result.txx
index 1506d96..d3e035a 100644
--- a/odb/mysql/object-result.txx
+++ b/odb/mysql/object-result.txx
@@ -3,6 +3,8 @@
// copyright : Copyright (c) 2009-2011 Code Synthesis Tools CC
// license : GNU GPL v2; see accompanying LICENSE file
+#include <cassert>
+
#include <odb/callback.hxx>
#include <odb/exceptions.hxx>