From bd9aed29c298992d048dbca61e02044a75f204a8 Mon Sep 17 00:00:00 2001 From: Bryce Adelstein Lelbach aka wash Date: Wed, 15 Apr 2020 17:46:39 -0700 Subject: [PATCH] Add a missing include of ``. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Reviewed-by: Allison Vacanti Reviewed-by: MichaƂ 'Griwes' Dominiak Reviewed-by: David Olsen --- thrust/detail/complex/c99math.h | 1 + 1 file changed, 1 insertion(+) diff --git a/thrust/detail/complex/c99math.h b/thrust/detail/complex/c99math.h index e81b7de60..922f1fe94 100644 --- a/thrust/detail/complex/c99math.h +++ b/thrust/detail/complex/c99math.h @@ -17,6 +17,7 @@ */ #pragma once +#include #include #include