From 4119378aedfd3e4063058e8f1f03c29d9f44d5e8 Mon Sep 17 00:00:00 2001 From: Paul Dreik Date: Fri, 14 Jun 2019 21:32:39 +0200 Subject: [PATCH] add missing include --- test/fuzzing/fuzzer_common.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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