summaryrefslogtreecommitdiff
path: root/src/tests/common/scratch_buffer.cpp
diff options
context:
space:
mode:
authorGravatar Mai2022-12-26 07:19:08 +0000
committerGravatar GitHub2022-12-26 07:19:08 +0000
commit2d7f9fb21b7a181b671f2c3043cfa33ffa67332c (patch)
tree3b127bf0f1e519207d215ba1bd56b40139281d4a /src/tests/common/scratch_buffer.cpp
parentMerge pull request #9489 from MonsterDruide1/tas-stick-deadzone (diff)
parenttests: add missing header (diff)
downloadyuzu-2d7f9fb21b7a181b671f2c3043cfa33ffa67332c.tar.gz
yuzu-2d7f9fb21b7a181b671f2c3043cfa33ffa67332c.tar.xz
yuzu-2d7f9fb21b7a181b671f2c3043cfa33ffa67332c.zip
Merge pull request #9507 from abouvier/patch-1
tests: add missing header
Diffstat (limited to '')
-rw-r--r--src/tests/common/scratch_buffer.cpp1
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 @@
3 3
4#include <algorithm> 4#include <algorithm>
5#include <array> 5#include <array>
6#include <cstring>
6#include <span> 7#include <span>
7#include <catch2/catch.hpp> 8#include <catch2/catch.hpp>
8#include "common/common_types.h" 9#include "common/common_types.h"