@ -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