From: Leandro Lucarella Date: Thu, 4 Feb 2010 14:31:51 +0000 (-0300) Subject: Add missing include in the tests X-Git-Url: https://git.llucax.com/software/posixx.git/commitdiff_plain/dcdc4d5097bbd9638afd2e1022dc184d553bdf5b Add missing include in the tests --- diff --git a/test/linux/tipc/sockaddr.cpp b/test/linux/tipc/sockaddr.cpp index f304ce2..b3b4d02 100644 --- a/test/linux/tipc/sockaddr.cpp +++ b/test/linux/tipc/sockaddr.cpp @@ -2,6 +2,7 @@ #include "common.hpp" // PTYPE, INST{1,2}, test_address{1,2} #include // posixx::linux::tipc #include // unit testing stuff +#include using namespace ::posixx::linux::tipc; namespace tipc = ::posixx::linux::tipc;