aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar gpotter2 <gabriel@potter.fr> 2021-07-23 12:38:02 +0200
committerGravatar GitHub <noreply@github.com> 2021-07-23 12:38:02 +0200
commit17c263f03d6165ca28aa5aec3d1b10f2bb0693cf (patch)
tree239d0c874b3bdfb7bc4b57f795d59cb69f3588ab
parente6cd2bf5c2f7e6ffdb4dc2a1a5cec238a90c9415 (diff)
downloadWarpX-17c263f03d6165ca28aa5aec3d1b10f2bb0693cf.tar.gz
WarpX-17c263f03d6165ca28aa5aec3d1b10f2bb0693cf.tar.zst
WarpX-17c263f03d6165ca28aa5aec3d1b10f2bb0693cf.zip
Fix missing header file (#2123)
-rw-r--r--Source/Diagnostics/FlushFormats/FlushFormatAscent.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/Source/Diagnostics/FlushFormats/FlushFormatAscent.cpp b/Source/Diagnostics/FlushFormats/FlushFormatAscent.cpp
index 6d7ac2743..39f3a9dea 100644
--- a/Source/Diagnostics/FlushFormats/FlushFormatAscent.cpp
+++ b/Source/Diagnostics/FlushFormats/FlushFormatAscent.cpp
@@ -1,5 +1,7 @@
#include "FlushFormatAscent.H"
+#include "WarpX.H"
+
#include <AMReX.H>
#include <AMReX_REAL.H>