<stdexcept>

This commit is contained in:
Christopher Dunn 2015-02-09 18:29:11 -06:00
parent f757c18ca0
commit b56381a636
2 changed files with 2 additions and 0 deletions

View File

@ -17,6 +17,7 @@
#include <sstream>
#include <memory>
#include <set>
#include <stdexcept>
#if defined(_MSC_VER) && _MSC_VER < 1500 // VC++ 8.0 and below
#define snprintf _snprintf

View File

@ -12,6 +12,7 @@
#include <sstream>
#include <utility>
#include <set>
#include <stdexcept>
#include <assert.h>
#include <math.h>
#include <stdio.h>