diff options
Diffstat (limited to 'project2/tablepatch.cpp')
-rw-r--r-- | project2/tablepatch.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/project2/tablepatch.cpp b/project2/tablepatch.cpp index aacedbb..f87f60e 100644 --- a/project2/tablepatch.cpp +++ b/project2/tablepatch.cpp @@ -6,6 +6,8 @@ #include <buffer.h> #include <boost/algorithm/string/join.hpp> +using namespace DB; + TablePatch::TablePatch(const Connection & wdb, const TablePatch::Table & s, const TablePatch::Table & d, const TablePatch::Columns & c) : src(s), |