diff --git a/toxcore/BUILD.bazel b/toxcore/BUILD.bazel index 2eae5931a..6c83a2c2b 100644 --- a/toxcore/BUILD.bazel +++ b/toxcore/BUILD.bazel @@ -555,6 +555,7 @@ cc_fuzz_test( deps = [ ":DHT", ":mem_test_util", + ":net_profile", "//c-toxcore/testing/fuzzing:fuzz_support", ], )