Skip to content

Commit

Permalink
fix(libsinsp/dns-manager): always include tbb
Browse files Browse the repository at this point in the history
Signed-off-by: Roberto Scolaro <[email protected]>
  • Loading branch information
therealbobo committed Nov 8, 2024
1 parent a1d9bca commit a758134
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions userspace/libsinsp/dns_manager.h
Original file line number Diff line number Diff line change
Expand Up @@ -29,9 +29,7 @@ limitations under the License.
#include <future>
#include <mutex>
#include <memory>
#if !defined(__EMSCRIPTEN__)
#include "tbb/concurrent_unordered_map.h"
#endif
#include <libsinsp/sinsp.h>

struct sinsp_dns_resolver {
Expand Down

0 comments on commit a758134

Please sign in to comment.