diff options
author | 2021-08-26 11:58:51 -0400 | |
---|---|---|
committer | 2021-08-26 08:58:51 -0700 | |
commit | fdda3d9c9c88c54fb1c07b6bef35e175ba3362cb (patch) | |
tree | 0166f2a68a11a3e4e84a52f8761d4e2fa9bc4029 /Source/Diagnostics/FlushFormats/FlushFormatSensei.cpp | |
parent | 569eab4acd4033a5d600ee1d53abaea2e63336f0 (diff) | |
download | WarpX-fdda3d9c9c88c54fb1c07b6bef35e175ba3362cb.tar.gz WarpX-fdda3d9c9c88c54fb1c07b6bef35e175ba3362cb.tar.zst WarpX-fdda3d9c9c88c54fb1c07b6bef35e175ba3362cb.zip |
add include to fix compiler error (#2237)
Diffstat (limited to '')
-rw-r--r-- | Source/Diagnostics/FlushFormats/FlushFormatSensei.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Source/Diagnostics/FlushFormats/FlushFormatSensei.cpp b/Source/Diagnostics/FlushFormats/FlushFormatSensei.cpp index 9927fb62f..367f24672 100644 --- a/Source/Diagnostics/FlushFormats/FlushFormatSensei.cpp +++ b/Source/Diagnostics/FlushFormats/FlushFormatSensei.cpp @@ -1,3 +1,4 @@ +#include "Utils/WarpXProfilerWrapper.H" #include "FlushFormatSensei.H" #include "WarpX.H" |