From 3e436173321a2d0365a08bfb3b281108ed9ad414 Mon Sep 17 00:00:00 2001 From: George Young Date: Fri, 9 Jun 2023 15:42:39 +0100 Subject: [PATCH] Patches to allow MMseqs2 to build with gcc13 (#714) * Update Debug.h * Update Parameters.h * Update Util.h * Update Indexer.h --- src/commons/Debug.h | 1 + src/commons/Parameters.h | 1 + src/commons/Util.h | 1 + src/prefiltering/Indexer.h | 1 + 4 files changed, 4 insertions(+) diff --git a/src/commons/Debug.h b/src/commons/Debug.h index f39d63b58..8b7c79b1c 100644 --- a/src/commons/Debug.h +++ b/src/commons/Debug.h @@ -9,6 +9,7 @@ #include #include #include +#include class TtyCheck { public: diff --git a/src/commons/Parameters.h b/src/commons/Parameters.h index db34e8c06..e0933df8b 100644 --- a/src/commons/Parameters.h +++ b/src/commons/Parameters.h @@ -10,6 +10,7 @@ #include #include #include +#include #include "Command.h" #include "MultiParam.h" diff --git a/src/commons/Util.h b/src/commons/Util.h index 9de397178..0dd67adf8 100644 --- a/src/commons/Util.h +++ b/src/commons/Util.h @@ -7,6 +7,7 @@ #include #include #include +#include #include "MMseqsMPI.h" #ifndef EXIT diff --git a/src/prefiltering/Indexer.h b/src/prefiltering/Indexer.h index f857d0571..b1bd751af 100644 --- a/src/prefiltering/Indexer.h +++ b/src/prefiltering/Indexer.h @@ -9,6 +9,7 @@ #include #include +#include class Indexer{