Browse Source
tests: add missing header
<cstring> is needed for std::memcpy
pull/15/merge
Alexandre Bouvier
3 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
1 additions and
0 deletions
-
src/tests/common/scratch_buffer.cpp
|
|
|
@ -3,6 +3,7 @@ |
|
|
|
|
|
|
|
#include <algorithm>
|
|
|
|
#include <array>
|
|
|
|
#include <cstring>
|
|
|
|
#include <span>
|
|
|
|
#include <catch2/catch.hpp>
|
|
|
|
#include "common/common_types.h"
|
|
|
|
|