linux build fix: added missing string include.
git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@2468 8ced0084-cf51-0410-be5f-012b33b47a6e
This commit is contained in:
parent
99e735b464
commit
9a05bbc2f0
|
@ -18,6 +18,7 @@
|
||||||
#ifndef _NAND_CONTENT_LOADER_H
|
#ifndef _NAND_CONTENT_LOADER_H
|
||||||
#define _NAND_CONTENT_LOADER_H
|
#define _NAND_CONTENT_LOADER_H
|
||||||
|
|
||||||
|
#include <string>
|
||||||
#include <vector>
|
#include <vector>
|
||||||
#include "Common.h"
|
#include "Common.h"
|
||||||
#include "Blob.h"
|
#include "Blob.h"
|
||||||
|
|
Loading…
Reference in New Issue