diff options
author | Mai <mai.iam2048@gmail.com> | 2022-12-26 08:19:08 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-12-26 08:19:08 +0100 |
commit | 2d7f9fb21b7a181b671f2c3043cfa33ffa67332c (patch) | |
tree | 3b127bf0f1e519207d215ba1bd56b40139281d4a /src/tests/common | |
parent | Merge pull request #9489 from MonsterDruide1/tas-stick-deadzone (diff) | |
parent | tests: add missing header (diff) | |
download | yuzu-2d7f9fb21b7a181b671f2c3043cfa33ffa67332c.tar yuzu-2d7f9fb21b7a181b671f2c3043cfa33ffa67332c.tar.gz yuzu-2d7f9fb21b7a181b671f2c3043cfa33ffa67332c.tar.bz2 yuzu-2d7f9fb21b7a181b671f2c3043cfa33ffa67332c.tar.lz yuzu-2d7f9fb21b7a181b671f2c3043cfa33ffa67332c.tar.xz yuzu-2d7f9fb21b7a181b671f2c3043cfa33ffa67332c.tar.zst yuzu-2d7f9fb21b7a181b671f2c3043cfa33ffa67332c.zip |
Diffstat (limited to 'src/tests/common')
-rw-r--r-- | src/tests/common/scratch_buffer.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/tests/common/scratch_buffer.cpp b/src/tests/common/scratch_buffer.cpp index b602c8d0a..f6e50da4a 100644 --- a/src/tests/common/scratch_buffer.cpp +++ b/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" |