mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-08-01 21:58:48 +00:00
[vc12] std::min/max requires <algorithm> header. It should be in pch, but just add it for the single file that needs it, for now.
This commit is contained in:
parent
ccd30024b3
commit
8dcd13cca7
1 changed files with 1 additions and 0 deletions
|
@ -5,6 +5,7 @@
|
||||||
#ifndef _PPCANALYST_H
|
#ifndef _PPCANALYST_H
|
||||||
#define _PPCANALYST_H
|
#define _PPCANALYST_H
|
||||||
|
|
||||||
|
#include <algorithm>
|
||||||
#include <vector>
|
#include <vector>
|
||||||
#include <map>
|
#include <map>
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue