Needs some kind of std:: namespace import to find _throw_out_of_range symbol
This commit is contained in:
parent
65385b55e9
commit
6b8ae24df6
@ -1,6 +1,8 @@
|
||||
#ifndef GLIBC_WORKAROUND_H
|
||||
#define GLIBC_WORKAROUND_H
|
||||
|
||||
#include <stdexcept>
|
||||
|
||||
// https://github.com/bitcoin/bitcoin/pull/4042
|
||||
// allows building against libstdc++-dev-4.9 while avoiding
|
||||
// GLIBCXX_3.4.20 dep
|
||||
|
Loading…
Reference in New Issue
Block a user