Same as https://github.com/llvm/llvm-project/pull/113951.
Avoids compile failures under clang-20 & D_LIBCPP_REMOVE_TRANSITIVE_INCLUDES
:
0In file included from /bitcoin/src/test/fuzz/addition_overflow.cpp:5:
1/bitcoin/src/test/fuzz/FuzzedDataProvider.h:209:5: error: use of undeclared identifier 'abort'
2 209 | abort();
3 | ^
4/bitcoin/src/test/fuzz/FuzzedDataProvider.h:250:5: error: use of undeclared identifier 'abort'
5 250 | abort();