From 7512cfe54d86c118538d44b88f4643bfba221417 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 754d02bea..d89769b68 100644 --- a/thrust/detail/complex/c99math.h +++ b/thrust/detail/complex/c99math.h @@ -16,6 +16,7 @@ */ #pragma once +#include #include #include