Include headers necessary for compilation under VS2010

This commit is contained in:
Jordan Milne 2013-01-04 19:47:24 -04:00
parent 78e55a92a8
commit b52904a6ea

View file

@ -3,6 +3,7 @@
#include <stdexcept>
#include <cassert>
#include <stdint.h>
namespace {