diff options
author | 2021-02-08 16:21:49 -0800 | |
---|---|---|
committer | 2021-02-08 16:21:49 -0800 | |
commit | 2cfc0673f0fc2a55e2b223ee792d03e3f7666631 (patch) | |
tree | 2f38d9aa00c1ac18e54d0aa73d9c85278e398601 /Source/Particles/RigidInjectedParticleContainer.cpp | |
parent | 160c0ffd4a14632bbdfd7fbb7ab3447b239f3842 (diff) | |
download | WarpX-2cfc0673f0fc2a55e2b223ee792d03e3f7666631.tar.gz WarpX-2cfc0673f0fc2a55e2b223ee792d03e3f7666631.tar.zst WarpX-2cfc0673f0fc2a55e2b223ee792d03e3f7666631.zip |
Fix: Missing Geometry Includes (#1690)
Diffstat (limited to 'Source/Particles/RigidInjectedParticleContainer.cpp')
-rw-r--r-- | Source/Particles/RigidInjectedParticleContainer.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Source/Particles/RigidInjectedParticleContainer.cpp b/Source/Particles/RigidInjectedParticleContainer.cpp index d18631ff1..00e67b5c2 100644 --- a/Source/Particles/RigidInjectedParticleContainer.cpp +++ b/Source/Particles/RigidInjectedParticleContainer.cpp @@ -23,6 +23,8 @@ #include "Gather/ScaleFields.H" #include "Gather/FieldGather.H" +#include <AMReX_Geometry.H> + #include <limits> #include <sstream> #include <algorithm> |