fix include/namespace related compilation errors (#7019)
a user on discord reported compilation errors when trying to compile on Linux with GCC 13 and Clang 16.
This commit is contained in:
parent
6cfb8e02a8
commit
a35f8cbb78
5 changed files with 9 additions and 1 deletions
|
@ -10,8 +10,10 @@
|
|||
#include <type_traits>
|
||||
#include <vector>
|
||||
#include <SoundTouch.h>
|
||||
|
||||
#include "audio_core/audio_types.h"
|
||||
#include "audio_core/time_stretch.h"
|
||||
#include "common/assert.h"
|
||||
#include "common/logging/log.h"
|
||||
|
||||
namespace AudioCore {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue