Skip to content

Commit

Permalink
Missing header in AMReX_GpuComplex.H
Browse files Browse the repository at this point in the history
amrex::abs is used in AMReX_GpuComplex.H, so we need to include
AMReX_Algorithm.H.
  • Loading branch information
WeiqunZhang committed Sep 5, 2023
1 parent 36dac3a commit a819b1a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Src/Base/AMReX_GpuComplex.H
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
#define AMREX_GPUCOMPLEX_H_
#include <AMReX_Config.H>

#include <AMReX_Algorithm.H>
#include <AMReX_Math.H>
#include <cmath>
#include <iostream>
Expand Down

0 comments on commit a819b1a

Please sign in to comment.