From d9d7b5105ae833b6bc7de02dc38f30b450145f38 Mon Sep 17 00:00:00 2001 From: David Olsen Date: Thu, 16 Jul 2020 17:10:45 -0700 Subject: [PATCH] Include , not Redo an earlier fix, which was somehow lost. Fix #1236 --- thrust/allocate_unique.h | 2 +- thrust/detail/allocator/allocator_traits.inl | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/thrust/allocate_unique.h b/thrust/allocate_unique.h index 8b1562b0e..6e67d1b18 100644 --- a/thrust/allocate_unique.h +++ b/thrust/allocate_unique.h @@ -16,7 +16,7 @@ #include #include -#include +#include namespace thrust { diff --git a/thrust/detail/allocator/allocator_traits.inl b/thrust/detail/allocator/allocator_traits.inl index cb01b7508..c163502e8 100644 --- a/thrust/detail/allocator/allocator_traits.inl +++ b/thrust/detail/allocator/allocator_traits.inl @@ -23,7 +23,7 @@ #include #endif -#include +#include #include namespace thrust