Skip to content

Commit ff00c81

Browse files
committed
Add missing header reported in NVIDIA#1262.
1 parent 52a8bda commit ff00c81

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

thrust/detail/contiguous_storage.inl

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,8 @@
2424
#include <thrust/detail/allocator/default_construct_range.h>
2525
#include <thrust/detail/allocator/destroy_range.h>
2626
#include <thrust/detail/allocator/fill_construct_range.h>
27+
28+
#include <stdexcept> // for std::runtime_error
2729
#include <utility> // for use of std::swap in the WAR below
2830

2931
namespace thrust

0 commit comments

Comments
 (0)