src/test/fuzz/socks5.cpp
is using the symbol BasicTestingSetup
, which is defined in src/test/util/setup_common.h
.
Currently compilation happens to succeed because the needed dependency is indirectly included. Compilation will break as soon as the indirect dependency is broken. According to the dev notes, everything that is used must be included.
Fix the issue by including the missing include.