diff options
author | 2022-05-23 19:34:13 +0200 | |
---|---|---|
committer | 2022-05-23 10:34:13 -0700 | |
commit | 61cf08b0415a1d30a052944d23482d084f2ca0f7 (patch) | |
tree | 5c0bdb17d498a6f4edfe8de57e078d54de891d01 /Source/WarpX.cpp | |
parent | 34dea8f22275cdab50df6e20469d230100a90674 (diff) | |
download | WarpX-61cf08b0415a1d30a052944d23482d084f2ca0f7.tar.gz WarpX-61cf08b0415a1d30a052944d23482d084f2ca0f7.tar.zst WarpX-61cf08b0415a1d30a052944d23482d084f2ca0f7.zip |
use fwd declaration for WarpXFaceInfoBox (#3125)
Diffstat (limited to 'Source/WarpX.cpp')
-rw-r--r-- | Source/WarpX.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Source/WarpX.cpp b/Source/WarpX.cpp index ea68c78c3..b146b03ff 100644 --- a/Source/WarpX.cpp +++ b/Source/WarpX.cpp @@ -15,6 +15,7 @@ #include "Diagnostics/BackTransformedDiagnostic.H" #include "Diagnostics/MultiDiagnostics.H" #include "Diagnostics/ReducedDiags/MultiReducedDiags.H" +#include "EmbeddedBoundary/WarpXFaceInfoBox.H" #include "FieldSolver/FiniteDifferenceSolver/FiniteDifferenceSolver.H" #include "FieldSolver/FiniteDifferenceSolver/MacroscopicProperties/MacroscopicProperties.H" #ifdef WARPX_USE_PSATD |