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/PhysicalParticleContainer.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/PhysicalParticleContainer.cpp')
-rw-r--r-- | Source/Particles/PhysicalParticleContainer.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Source/Particles/PhysicalParticleContainer.cpp b/Source/Particles/PhysicalParticleContainer.cpp index 108f4bd30..34d32dd18 100644 --- a/Source/Particles/PhysicalParticleContainer.cpp +++ b/Source/Particles/PhysicalParticleContainer.cpp @@ -23,6 +23,7 @@ #include "Particles/Gather/GetExternalFields.H" #include "Utils/WarpXAlgorithmSelection.H" +#include <AMReX_Geometry.H> #include <AMReX_Print.H> #include <AMReX.H> |