From e36b3ea4fb646980d7920bb1bd12177d1fdf6f39 Mon Sep 17 00:00:00 2001 From: Seunghwa Kang Date: Mon, 24 Jul 2023 11:21:26 -0700 Subject: [PATCH] fix build error --- cpp/tests/community/mg_egonet_test.cu | 2 ++ 1 file changed, 2 insertions(+) diff --git a/cpp/tests/community/mg_egonet_test.cu b/cpp/tests/community/mg_egonet_test.cu index 383a4240abd..42a2bba1181 100644 --- a/cpp/tests/community/mg_egonet_test.cu +++ b/cpp/tests/community/mg_egonet_test.cu @@ -16,6 +16,8 @@ #include "egonet_validate.hpp" +#include + #include #include #include