From ed656f5d8ece239473aa00d3837a3a8e79347e02 Mon Sep 17 00:00:00 2001 From: Tom Deakin Date: Sat, 1 Aug 2015 16:40:27 +0100 Subject: [PATCH] Include the stdexcept header file for std::runtime_error --- common.h | 1 + 1 file changed, 1 insertion(+) diff --git a/common.h b/common.h index 195b0bc..67430fd 100644 --- a/common.h +++ b/common.h @@ -38,6 +38,7 @@ #include #include #include +#include #define VERSION_STRING "0.9"