From aeea096881e48de14e71a246666ba4c519e6c2d8 Mon Sep 17 00:00:00 2001 From: Roberto Scolaro Date: Tue, 5 Nov 2024 19:16:15 +0000 Subject: [PATCH] fix(libsinsp/dns-manager): always include tbb Signed-off-by: Roberto Scolaro --- userspace/libsinsp/dns_manager.h | 2 -- 1 file changed, 2 deletions(-) diff --git a/userspace/libsinsp/dns_manager.h b/userspace/libsinsp/dns_manager.h index c8d3b91069..0c6b04b974 100644 --- a/userspace/libsinsp/dns_manager.h +++ b/userspace/libsinsp/dns_manager.h @@ -29,9 +29,7 @@ limitations under the License. #include #include #include -#if !defined(__EMSCRIPTEN__) #include "tbb/concurrent_unordered_map.h" -#endif #include struct sinsp_dns_resolver {