From 8fa2191dd92c577a3dc99592262b8c10c7de1641 Mon Sep 17 00:00:00 2001 From: Jonathan Whiting Date: Thu, 1 Jan 2015 15:37:34 +0000 Subject: [PATCH] Added missing header for runtime_error exception --- src/gen/pref_types.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/src/gen/pref_types.cpp b/src/gen/pref_types.cpp index 700a1a968..de392b2cb 100644 --- a/src/gen/pref_types.cpp +++ b/src/gen/pref_types.cpp @@ -13,6 +13,7 @@ #include "gen/pref_types.h" #include +#include #include typedef std::vector XmlElements;