diff options
| author | Lioncash <mathew1800@gmail.com> | 2015-09-26 17:13:07 -0400 |
|---|---|---|
| committer | Lioncash <mathew1800@gmail.com> | 2015-09-26 18:51:58 -0400 |
| commit | cc036ca86cdaf709e01221975da734cb64d54a94 (patch) | |
| tree | 3b0fbcf245df0314dbf1002d930037375ebc5e42 /Source/Core/AudioCommon/WaveFile.cpp | |
| parent | 19ac565e0dafccd3728b58a0d92cdc0cb74e4be0 (diff) | |
Common: Remove other Common prefixed headers from Common.h
Diffstat (limited to 'Source/Core/AudioCommon/WaveFile.cpp')
| -rw-r--r-- | Source/Core/AudioCommon/WaveFile.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Source/Core/AudioCommon/WaveFile.cpp b/Source/Core/AudioCommon/WaveFile.cpp index cdc109058c..692700a434 100644 --- a/Source/Core/AudioCommon/WaveFile.cpp +++ b/Source/Core/AudioCommon/WaveFile.cpp @@ -6,6 +6,7 @@ #include "AudioCommon/WaveFile.h" #include "Common/CommonTypes.h" +#include "Common/Logging/Log.h" #include "Core/ConfigManager.h" enum { BUF_SIZE = 32*1024 }; |
