diff options
| author | Leo Lam <leolino.lam@gmail.com> | 2017-06-15 23:28:36 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2017-06-15 23:28:36 +0200 |
| commit | 8f460a1cda1a4d4208c4da9e01bf775f5f704498 (patch) | |
| tree | 3ceea68574665cde97e5d2276bd9c320ceb579ad /Source/Core/AudioCommon/WaveFile.cpp | |
| parent | 9bc1b652fed28caac9042c42fce33f89363a88d3 (diff) | |
| parent | cf94ce63051458a2d8ac8b340a1020b863f1a6dd (diff) | |
Merge pull request #5611 from JosJuice/reorganize-file-namespace
Reorganize File namespace
Diffstat (limited to 'Source/Core/AudioCommon/WaveFile.cpp')
| -rw-r--r-- | Source/Core/AudioCommon/WaveFile.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Source/Core/AudioCommon/WaveFile.cpp b/Source/Core/AudioCommon/WaveFile.cpp index 2707e33d81..42ca8cd3b3 100644 --- a/Source/Core/AudioCommon/WaveFile.cpp +++ b/Source/Core/AudioCommon/WaveFile.cpp @@ -7,6 +7,8 @@ #include <string> #include "Common/CommonTypes.h" +#include "Common/File.h" +#include "Common/FileUtil.h" #include "Common/MsgHandler.h" #include "Common/StringUtil.h" #include "Common/Swap.h" |
