Fix implicit declaration warning in fuzz build

This commit is contained in:
Robin Linden 2022-02-13 15:29:47 +01:00
parent 6400b13754
commit 40a6bab886
No known key found for this signature in database
GPG Key ID: 601A604B7E605776

View File

@ -34,6 +34,7 @@
//!TOKSTYLE-
#ifdef FUZZING_BUILD_MODE_UNSAFE_FOR_PRODUCTION
#include <assert.h>
#include "../testing/fuzzing/fuzz_adapter.h"
#endif
//!TOKSTYLE+