Missing includes.
@ -22,6 +22,7 @@
//----------------------------------------------------------------------
//basic includes
#include <algorithm>
#include <fstream>
#include <iostream>
#include <errno.h>
@ -47,6 +47,10 @@
#elif !defined(_MSC_VER)
#include <stdint.h>
#endif
using std::min;
using std::max;
// make MSVC shut up about some things
#ifdef _MSC_VER
@ -47,6 +47,7 @@ POSSIBILITY OF SUCH DAMAGE.
#include "ColorText.h"
#include "MiscUtils.h"
#include <cstdio>
#include <cstdlib>
#include <sstream>
@ -10,6 +10,7 @@
#include <iomanip>
#include <map>
#include <functional>
#include <vector>
using namespace std;