aqemu: fix build w/ gcc10
This commit is contained in:
parent
3ff20876b2
commit
f30e55b126
10
srcpkgs/aqemu/patches/stdexcept.patch
Normal file
10
srcpkgs/aqemu/patches/stdexcept.patch
Normal 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 {
|
||||
|
Loading…
x
Reference in New Issue
Block a user