Add missing <stdexcept> 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.
This commit is contained in:
Jeremy Ong 2019-12-24 12:47:49 -07:00 committed by Patrick Ziegler
parent 0e50a8e9e2
commit 54816fe251
2 changed files with 2 additions and 1 deletions

View File

@ -2,6 +2,7 @@
#include <cerrno>
#include <cstring>
#include <stdexcept>
#include "common.hpp"

@ -1 +1 @@
Subproject commit c5036690ada6695e187722e66f66eb1178d076ba
Subproject commit f70dd8bb50944ab64ab902d9d8ab555599249dc1