diff options
author | Boris Kolpackov <boris@codesynthesis.com> | 2014-11-17 07:06:11 +0200 |
---|---|---|
committer | Boris Kolpackov <boris@codesynthesis.com> | 2014-11-17 07:06:11 +0200 |
commit | 887039bafb6843fa82b800b351c34a479f36b51a (patch) | |
tree | 54a986fef8cfbe48576867f9ea81a1696491f0f5 | |
parent | 232c3a7eb9c65c066a090e9b53c227e1c51ec4a5 (diff) |
Minor cleanups in statements
-rw-r--r-- | odb/mssql/statement.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/odb/mssql/statement.cxx b/odb/mssql/statement.cxx index f81bd17..027b0c3 100644 --- a/odb/mssql/statement.cxx +++ b/odb/mssql/statement.cxx @@ -4,7 +4,7 @@ #include <cstring> // std::strlen, std::strstr, std::memset #include <cassert> -#include <iostream> +#include <iostream> //@@ tmp #include <odb/tracer.hxx> |