Skip to content

Commit

Permalink
Add a missing include of <math.h>.
Browse files Browse the repository at this point in the history
Reviewed-by: Allison Vacanti <[email protected]>
Reviewed-by: Michał 'Griwes' Dominiak <[email protected]>
Reviewed-by: David Olsen <[email protected]>
  • Loading branch information
brycelelbach authored and neon60 committed Nov 20, 2020
1 parent 4233ce2 commit bd9aed2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions thrust/detail/complex/c99math.h
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@
*/
#pragma once

#include <math.h>
#include <cmath>
#include <thrust/detail/complex/math_private.h>

Expand Down

0 comments on commit bd9aed2

Please sign in to comment.