audio_core: Add '#include <cstring>' to cubeb_sink and cubeb_input.cpp (#2232)

* audio_core: Add '#include <cstring>' to cubeb_sink and cubeb_input.cpp

This fixes a build failure encountered when compiling: https://pastebin.com/JQ4mbhyu

* Fix: License header
This commit is contained in:
asyync1024
2026-06-24 20:54:06 +02:00
committed by GitHub
parent 32fd435928
commit 93143bcb15
2 changed files with 3 additions and 1 deletions
+1
View File
@@ -2,6 +2,7 @@
// Licensed under GPLv2 or any later version
// Refer to the license.txt file included.
#include <cstring>
#include <utility>
#include <vector>
#include <cubeb/cubeb.h>
+2 -1
View File
@@ -1,8 +1,9 @@
// Copyright 2018 Citra Emulator Project
// Copyright Citra Emulator Project / Azahar Emulator Project
// Licensed under GPLv2 or any later version
// Refer to the license.txt file included.
#include <cstdarg>
#include <cstring>
#include <mutex>
#include <vector>
#include <cubeb/cubeb.h>