From 6b8ae24df6760641141bffd57c2e9af7b6632708 Mon Sep 17 00:00:00 2001 From: Daniel Patterson Date: Mon, 2 Oct 2017 12:58:09 -0700 Subject: [PATCH] Needs some kind of std:: namespace import to find _throw_out_of_range symbol --- include/util/glibc_workaround.hpp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/include/util/glibc_workaround.hpp b/include/util/glibc_workaround.hpp index e9d4daf8c..a97948879 100644 --- a/include/util/glibc_workaround.hpp +++ b/include/util/glibc_workaround.hpp @@ -1,6 +1,8 @@ #ifndef GLIBC_WORKAROUND_H #define GLIBC_WORKAROUND_H +#include + // https://github.com/bitcoin/bitcoin/pull/4042 // allows building against libstdc++-dev-4.9 while avoiding // GLIBCXX_3.4.20 dep