mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-21 05:09:34 -06: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:
@ -5,6 +5,7 @@
|
||||
#ifndef _PPCANALYST_H
|
||||
#define _PPCANALYST_H
|
||||
|
||||
#include <algorithm>
|
||||
#include <vector>
|
||||
#include <map>
|
||||
|
||||
|
Reference in New Issue
Block a user