aqemu: fix build w/ gcc10

This commit is contained in:
Jürgen Buchmüller 2020-09-24 20:12:15 +02:00
parent 3ff20876b2
commit f30e55b126
1 changed files with 10 additions and 0 deletions

View File

@ -0,0 +1,10 @@
--- src/docopt/docopt_value.h 2016-05-31 14:34:02.000000000 +0200
+++ src/docopt/docopt_value.h 2020-09-24 20:10:27.152286526 +0200
@@ -13,6 +13,7 @@
#include <vector>
#include <functional> // std::hash
#include <iosfwd>
+#include <stdexcept>
namespace docopt {