From dcdc4d5097bbd9638afd2e1022dc184d553bdf5b Mon Sep 17 00:00:00 2001 From: Leandro Lucarella Date: Thu, 4 Feb 2010 11:31:51 -0300 Subject: [PATCH] Add missing include in the tests --- test/linux/tipc/sockaddr.cpp | 1 + 1 file changed, 1 insertion(+) 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; -- 2.43.0