[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
|
@ -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…
Reference in New Issue