diff options
Diffstat (limited to 'Source/Particles/Pusher/GetAndSetPosition.H')
-rw-r--r-- | Source/Particles/Pusher/GetAndSetPosition.H | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/Source/Particles/Pusher/GetAndSetPosition.H b/Source/Particles/Pusher/GetAndSetPosition.H index 594260703..e575bab16 100644 --- a/Source/Particles/Pusher/GetAndSetPosition.H +++ b/Source/Particles/Pusher/GetAndSetPosition.H @@ -8,10 +8,13 @@ #ifndef WARPX_PARTICLES_PUSHER_GETANDSETPOSITION_H_ #define WARPX_PARTICLES_PUSHER_GETANDSETPOSITION_H_ -#include <limits> -#include <WarpXParticleContainer.H> +#include "Particles/WarpXParticleContainer.H" + #include <AMReX_REAL.H> +#include <limits> + + /** \brief Functor that can be used to extract the positions of the macroparticles * inside a ParallelFor kernel * |