diff options
author | 2021-07-23 12:38:02 +0200 | |
---|---|---|
committer | 2021-07-23 12:38:02 +0200 | |
commit | 17c263f03d6165ca28aa5aec3d1b10f2bb0693cf (patch) | |
tree | 239d0c874b3bdfb7bc4b57f795d59cb69f3588ab | |
parent | e6cd2bf5c2f7e6ffdb4dc2a1a5cec238a90c9415 (diff) | |
download | WarpX-17c263f03d6165ca28aa5aec3d1b10f2bb0693cf.tar.gz WarpX-17c263f03d6165ca28aa5aec3d1b10f2bb0693cf.tar.zst WarpX-17c263f03d6165ca28aa5aec3d1b10f2bb0693cf.zip |
Fix missing header file (#2123)
-rw-r--r-- | Source/Diagnostics/FlushFormats/FlushFormatAscent.cpp | 2 |
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> |