diff --git a/test/fuzzing/fuzzer_common.h b/test/fuzzing/fuzzer_common.h index 1b60faf80409..e1b71f20e3c6 100644 --- a/test/fuzzing/fuzzer_common.h +++ b/test/fuzzing/fuzzer_common.h @@ -1,7 +1,8 @@ #ifndef FUZZER_COMMON_H #define FUZZER_COMMON_H -#include // memcpy +#include // memcpy +#include // trivially copyable // Copyright (c) 2019, Paul Dreik // License: see LICENSE.rst in the fmt root directory