mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-08-01 21:58:48 +00:00
Fix missing includes
Aren't indirect includes great?
This commit is contained in:
parent
5e027a0817
commit
39fd6dcd5b
15 changed files with 16 additions and 0 deletions
|
@ -7,6 +7,7 @@
|
|||
#include "AudioCommon/WaveFile.h"
|
||||
#include "Common/CommonTypes.h"
|
||||
#include "Common/Logging/Log.h"
|
||||
#include "Common/MsgHandler.h"
|
||||
#include "Core/ConfigManager.h"
|
||||
|
||||
constexpr size_t WaveFileWriter::BUFFER_SIZE;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue