aboutsummaryrefslogtreecommitdiff
path: root/Source/Particles/PhysicalParticleContainer.cpp
diff options
context:
space:
mode:
authorGravatar Remi Lehe <remi.lehe@normalesup.org> 2019-05-22 15:17:18 -0700
committerGravatar Remi Lehe <remi.lehe@normalesup.org> 2019-05-22 15:30:27 -0700
commit6532be2a87c16e69f8025ad678b483e9575122d7 (patch)
treef4cf7247ea686d0486d91f2075d3b789800a7f98 /Source/Particles/PhysicalParticleContainer.cpp
parent21ff79766454d6e386d1b80bbf3b177a252e8a87 (diff)
downloadWarpX-6532be2a87c16e69f8025ad678b483e9575122d7.tar.gz
WarpX-6532be2a87c16e69f8025ad678b483e9575122d7.tar.zst
WarpX-6532be2a87c16e69f8025ad678b483e9575122d7.zip
Fix compilation errors
Diffstat (limited to 'Source/Particles/PhysicalParticleContainer.cpp')
-rw-r--r--Source/Particles/PhysicalParticleContainer.cpp3
1 files changed, 3 insertions, 0 deletions
diff --git a/Source/Particles/PhysicalParticleContainer.cpp b/Source/Particles/PhysicalParticleContainer.cpp
index f497ef4e4..c6364c027 100644
--- a/Source/Particles/PhysicalParticleContainer.cpp
+++ b/Source/Particles/PhysicalParticleContainer.cpp
@@ -7,6 +7,9 @@
#include <WarpXConst.H>
#include <WarpXWrappers.h>
+// Import low-level single-particle kernels
+#include <UpdatePosition.H>
+#include <UpdateMomentumBoris.H>
using namespace amrex;