mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-25 15:19:42 -06:00
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:
@ -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"
|
||||||
|
Reference in New Issue
Block a user