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-24 05:04:41 -0700
commit0637a967cc9b45b044b184a32f27eb5d5f7e8f82 (patch)
tree7656292a5cb85f48445f67008814b2c207020da6 /Source/Particles/PhysicalParticleContainer.cpp
parent48e096849ec34be9bb583dffd14335608b8993e5 (diff)
downloadWarpX-0637a967cc9b45b044b184a32f27eb5d5f7e8f82.tar.gz
WarpX-0637a967cc9b45b044b184a32f27eb5d5f7e8f82.tar.zst
WarpX-0637a967cc9b45b044b184a32f27eb5d5f7e8f82.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;