Skip to content

Commit

Permalink
Add missing header reported in NVIDIA#1262.
Browse files Browse the repository at this point in the history
  • Loading branch information
alliepiper committed Sep 1, 2020
1 parent 52a8bda commit fb839f3
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions thrust/detail/contiguous_storage.inl
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,8 @@
#include <thrust/detail/allocator/default_construct_range.h>
#include <thrust/detail/allocator/destroy_range.h>
#include <thrust/detail/allocator/fill_construct_range.h>

#include <stdexcept> // for std::runtime_error
#include <utility> // for use of std::swap in the WAR below

namespace thrust
Expand Down

0 comments on commit fb839f3

Please sign in to comment.