X-Git-Url: https://git.m6w6.name/?a=blobdiff_plain;f=test%2Flib%2FConnection.hpp;h=bcb78e4a9bf18e7a6005c89dd31e37bf94a4f568;hb=9a81d46611dd5b673cee7710e4284d2fd36a4618;hp=380116e6bdc9bd5aaa11783cf69d8c40d5843a4d;hpb=fb3710011600c04359d26615be7a92df1742a3e9;p=awesomized%2Flibmemcached diff --git a/test/lib/Connection.hpp b/test/lib/Connection.hpp index 380116e6..bcb78e4a 100644 --- a/test/lib/Connection.hpp +++ b/test/lib/Connection.hpp @@ -18,6 +18,7 @@ #include "common.hpp" #include +#include #include class Connection { @@ -51,7 +52,7 @@ private: UNIX = sizeof(sockaddr_un), INET = sizeof(sockaddr_in), INET6 = sizeof(sockaddr_in6) - } size; + } size = NONE; bool connected{false}; static string error(const initializer_list &args);