From 4aeca5e53256a0a87b73694b5e7d2b5b2412d1d4 Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Thu, 9 Sep 2010 09:32:43 +0200 Subject: Rework MySQL header inclusion --- odb/mysql/source.cxx | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'odb/mysql/source.cxx') diff --git a/odb/mysql/source.cxx b/odb/mysql/source.cxx index 1a9e6c8..649e47f 100644 --- a/odb/mysql/source.cxx +++ b/odb/mysql/source.cxx @@ -1043,7 +1043,8 @@ namespace mysql ns >> ns_defines >> ns; ns_defines >> c; - ctx.os << "#include " << endl + ctx.os << "#include " << endl + << "#include " << endl << "#include " << endl << "#include " << endl << "#include " << endl -- cgit v1.1