diff options
| author | omegadox <omegadox@gmail.com> | 2009-02-28 10:07:34 +0000 |
|---|---|---|
| committer | omegadox <omegadox@gmail.com> | 2009-02-28 10:07:34 +0000 |
| commit | 9a05bbc2f0a8b21d1e4bfa00fd6ed06884bc20a4 (patch) | |
| tree | 65ee2807e6f9bbf6d782b95c76bc3401f52f2fc2 /Source/Core | |
| parent | 99e735b464a1b2de2ac54eaba4573df4543aab03 (diff) | |
linux build fix: added missing string include.
git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@2468 8ced0084-cf51-0410-be5f-012b33b47a6e
Diffstat (limited to 'Source/Core')
| -rw-r--r-- | Source/Core/DiscIO/Src/NANDContentLoader.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Source/Core/DiscIO/Src/NANDContentLoader.h b/Source/Core/DiscIO/Src/NANDContentLoader.h index 487ed5db83..1d9accb7d7 100644 --- a/Source/Core/DiscIO/Src/NANDContentLoader.h +++ b/Source/Core/DiscIO/Src/NANDContentLoader.h @@ -18,6 +18,7 @@ #ifndef _NAND_CONTENT_LOADER_H
#define _NAND_CONTENT_LOADER_H
+#include <string>
#include <vector>
#include "Common.h"
#include "Blob.h"
|
