diff options
| author | Pierre Bourdon <delroth@gmail.com> | 2014-02-19 12:33:13 +0100 |
|---|---|---|
| committer | Pierre Bourdon <delroth@gmail.com> | 2014-02-20 01:01:11 +0100 |
| commit | 9a8ea531952faa8def3abfb5d14df6f75659523b (patch) | |
| tree | c0e3e14fad5f40af287e9c5d4bee6d095a26ae82 /Source | |
| parent | 425f9dcd5155614e66fab635819ef12ee390dc7b (diff) | |
Fix LinearDiskCache.h relying on a file not directly included.
Diffstat (limited to 'Source')
| -rw-r--r-- | Source/Core/Common/LinearDiskCache.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Source/Core/Common/LinearDiskCache.h b/Source/Core/Common/LinearDiskCache.h index ce9312b0e4..20c689de13 100644 --- a/Source/Core/Common/LinearDiskCache.h +++ b/Source/Core/Common/LinearDiskCache.h @@ -7,6 +7,7 @@ #include <fstream> #include "Common/Common.h" +#include "Common/FileUtil.h" // On disk format: //header{ |
