Skip to content
This repository was archived by the owner on Mar 21, 2024. It is now read-only.

Add missing header reported in #1262. #1265

Merged
merged 1 commit into from
Sep 3, 2020
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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