You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gentoo-overlay/sci-libs/rocFFT/files/rocFFT-5.1.3-add-stdexcept-...

12 lines
340 B

Contributed-by: perestoronin https://bugs.gentoo.org/693200#c25
--- a/library/src/include/twiddles.h
+++ b/library/src/include/twiddles.h
@@ -14,6 +14,7 @@
#include <numeric>
#include <tuple>
#include <vector>
+#include <stdexcept>
static const size_t LTWD_BASE_DEFAULT = 8;
static const size_t LARGE_TWIDDLE_THRESHOLD = 4096;