aboutsummaryrefslogtreecommitdiff
path: root/Source/Diagnostics/FlushFormats/FlushFormatCheckpoint.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'Source/Diagnostics/FlushFormats/FlushFormatCheckpoint.cpp')
-rw-r--r--Source/Diagnostics/FlushFormats/FlushFormatCheckpoint.cpp14
1 files changed, 12 insertions, 2 deletions
diff --git a/Source/Diagnostics/FlushFormats/FlushFormatCheckpoint.cpp b/Source/Diagnostics/FlushFormats/FlushFormatCheckpoint.cpp
index 9a570ce32..7477dfcd0 100644
--- a/Source/Diagnostics/FlushFormats/FlushFormatCheckpoint.cpp
+++ b/Source/Diagnostics/FlushFormats/FlushFormatCheckpoint.cpp
@@ -1,8 +1,18 @@
#include "FlushFormatCheckpoint.H"
-#include "WarpX.H"
+
+#include "BoundaryConditions/PML.H"
+#include "Diagnostics/ParticleDiag/ParticleDiag.H"
+#include "Particles/WarpXParticleContainer.H"
#include "Utils/WarpXProfilerWrapper.H"
+#include "WarpX.H"
-#include <AMReX_buildInfo.H>
+#include <AMReX_MultiFab.H>
+#include <AMReX_ParticleIO.H>
+#include <AMReX_PlotFileUtil.H>
+#include <AMReX_Print.H>
+#include <AMReX_REAL.H>
+#include <AMReX_Utility.H>
+#include <AMReX_VisMF.H>
using namespace amrex;