From 0637a967cc9b45b044b184a32f27eb5d5f7e8f82 Mon Sep 17 00:00:00 2001 From: Remi Lehe Date: Wed, 22 May 2019 15:17:18 -0700 Subject: Fix compilation errors --- Source/Particles/PhysicalParticleContainer.cpp | 3 +++ 1 file changed, 3 insertions(+) (limited to 'Source/Particles/PhysicalParticleContainer.cpp') 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 #include +// Import low-level single-particle kernels +#include +#include using namespace amrex; -- cgit v1.2.3