Include the stdexcept header file for std::runtime_error

This commit is contained in:
Tom Deakin 2015-08-01 16:40:27 +01:00
parent 6dcc0ffc5c
commit ed656f5d8e

View File

@ -38,6 +38,7 @@
#include <iostream> #include <iostream>
#include <cstring> #include <cstring>
#include <limits> #include <limits>
#include <stdexcept>
#define VERSION_STRING "0.9" #define VERSION_STRING "0.9"