[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:
Shawn Hoffman 2013-10-26 18:04:00 -07:00
parent ccd30024b3
commit 8dcd13cca7
1 changed files with 1 additions and 0 deletions

View File

@ -5,6 +5,7 @@
#ifndef _PPCANALYST_H
#define _PPCANALYST_H
#include <algorithm>
#include <vector>
#include <map>