From f1ad760366c026f33a6a98446080fa89e5a44502 Mon Sep 17 00:00:00 2001 From: oliveiradan Date: Tue, 16 Aug 2016 20:49:30 -0600 Subject: [PATCH] test: gcc 6.1.1 complains about missing include: . 4.8.3 does not complain about it Signed-off-by: Daniel Oliveira --- src/test/msgr/test_async_networkstack.cc | 1 + 1 file changed, 1 insertion(+) diff --git a/src/test/msgr/test_async_networkstack.cc b/src/test/msgr/test_async_networkstack.cc index fa14e81c6d6d..3ae4615c94bf 100644 --- a/src/test/msgr/test_async_networkstack.cc +++ b/src/test/msgr/test_async_networkstack.cc @@ -17,6 +17,7 @@ #include #include #include +#include #include #include #include -- 2.47.3