From 34e742e000eab2e38ae0f5a8b451cee62e7c8622 Mon Sep 17 00:00:00 2001 From: Jeremy Ong Date: Tue, 24 Dec 2019 12:47:49 -0700 Subject: [PATCH] Add missing header This is dependent on a PR to xpp that does the same. Newer compilers (GCC10 in particular) are stricter about which headers provide the std exception types. --- include/errors.hpp | 1 + lib/xpp | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/include/errors.hpp b/include/errors.hpp index 9fb3df55..2ca554bb 100644 --- a/include/errors.hpp +++ b/include/errors.hpp @@ -2,6 +2,7 @@ #include #include +#include #include "common.hpp" diff --git a/lib/xpp b/lib/xpp index c5036690..f70dd8bb 160000 --- a/lib/xpp +++ b/lib/xpp @@ -1 +1 @@ -Subproject commit c5036690ada6695e187722e66f66eb1178d076ba +Subproject commit f70dd8bb50944ab64ab902d9d8ab555599249dc1