diff options
Diffstat (limited to 'tabulator-mpi')
-rw-r--r-- | tabulator-mpi/head.cpp | 1 | ||||
-rw-r--r-- | tabulator-mpi/worker.cpp | 1 |
2 files changed, 1 insertions, 1 deletions
diff --git a/tabulator-mpi/head.cpp b/tabulator-mpi/head.cpp index 7026746..38fcde6 100644 --- a/tabulator-mpi/head.cpp +++ b/tabulator-mpi/head.cpp @@ -1,5 +1,4 @@ #include <lib94/lib94.hpp> -#include <csignal> #include <cstdio> #include <mpi.h> diff --git a/tabulator-mpi/worker.cpp b/tabulator-mpi/worker.cpp index 55121aa..511a27a 100644 --- a/tabulator-mpi/worker.cpp +++ b/tabulator-mpi/worker.cpp @@ -1,4 +1,5 @@ #include <lib94/lib94.hpp> +#include <ctime> #include <mpi.h> #include "constants.hpp" |