From ff00c813aa3a6bbfd1d8c338313f382b6b340005 Mon Sep 17 00:00:00 2001 From: Allison Vacanti Date: Tue, 1 Sep 2020 12:54:43 -0400 Subject: [PATCH] Add missing header reported in #1262. --- thrust/detail/contiguous_storage.inl | 2 ++ 1 file changed, 2 insertions(+) diff --git a/thrust/detail/contiguous_storage.inl b/thrust/detail/contiguous_storage.inl index 8f26cb810..89f78e0b2 100644 --- a/thrust/detail/contiguous_storage.inl +++ b/thrust/detail/contiguous_storage.inl @@ -24,6 +24,8 @@ #include #include #include + +#include // for std::runtime_error #include // for use of std::swap in the WAR below namespace thrust