Skip to content

Commit

Permalink
add missing include
Browse files Browse the repository at this point in the history
  • Loading branch information
pauldreik committed Jun 14, 2019
1 parent ba2efb8 commit 4119378
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion test/fuzzing/fuzzer_common.h
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
#ifndef FUZZER_COMMON_H
#define FUZZER_COMMON_H

#include <cstring> // memcpy
#include <cstring> // memcpy
#include <type_traits> // trivially copyable

// Copyright (c) 2019, Paul Dreik
// License: see LICENSE.rst in the fmt root directory
Expand Down

0 comments on commit 4119378

Please sign in to comment.