diff --git a/Source/ERF_InputsName.H b/Source/ERF_InputsName.H index 94fc10a07..9455d586e 100644 --- a/Source/ERF_InputsName.H +++ b/Source/ERF_InputsName.H @@ -1,7 +1,12 @@ #ifndef ERF_INPUTS_NAME_H_ #define ERF_INPUTS_NAME_H_ +#include +#include + +#include #include +#include extern std::string inputs_name; diff --git a/Source/main.cpp b/Source/main.cpp index 0d90efcb3..db634e2ba 100644 --- a/Source/main.cpp +++ b/Source/main.cpp @@ -60,7 +60,7 @@ auto finalize_mpi_and_return = [](int code) { #ifdef AMREX_USE_MPI #ifdef ERF_USE_WW3_COUPLING amrex::MPMD::Finalize(); -+#else +#else MPI_Finalize(); #endif #endif