diff options
| author | Lioncash <mathew1800@gmail.com> | 2015-09-26 16:39:47 -0400 |
|---|---|---|
| committer | Lioncash <mathew1800@gmail.com> | 2015-09-26 18:51:27 -0400 |
| commit | 19ac565e0dafccd3728b58a0d92cdc0cb74e4be0 (patch) | |
| tree | 183bd4ec58aea5fcad4846572e60f5922ad8895d /Source/Core/DiscIO/VolumeDirectory.cpp | |
| parent | 867df74b52cd03b1f82572d7870ca034476e7d89 (diff) | |
Common: Move asserts to their own header
Diffstat (limited to 'Source/Core/DiscIO/VolumeDirectory.cpp')
| -rw-r--r-- | Source/Core/DiscIO/VolumeDirectory.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Source/Core/DiscIO/VolumeDirectory.cpp b/Source/Core/DiscIO/VolumeDirectory.cpp index eadb198eeb..8be726fd66 100644 --- a/Source/Core/DiscIO/VolumeDirectory.cpp +++ b/Source/Core/DiscIO/VolumeDirectory.cpp @@ -10,10 +10,12 @@ #include <string> #include <vector> +#include "Common/Assert.h" #include "Common/CommonPaths.h" #include "Common/CommonTypes.h" #include "Common/FileUtil.h" #include "Common/MathUtil.h" +#include "Common/Logging/Log.h" #include "DiscIO/FileBlob.h" #include "DiscIO/FileMonitor.h" #include "DiscIO/Volume.h" |
