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