diff --git a/database.hh b/database.hh index 7fc28836bb..fce1f7e8c9 100644 --- a/database.hh +++ b/database.hh @@ -16,6 +16,8 @@ #include #include +using bytes = basic_sstring; + struct row { std::vector cells; };