mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-08-06 08:09:19 +00: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:
parent
99e735b464
commit
9a05bbc2f0
1 changed files with 1 additions and 0 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue