Skip to content

Commit

Permalink
Patches to allow MMseqs2 to build with gcc13 (#714)
Browse files Browse the repository at this point in the history
* Update Debug.h

* Update Parameters.h

* Update Util.h

* Update Indexer.h
  • Loading branch information
A-N-Other authored Jun 9, 2023
1 parent 71dd32e commit 3e43617
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions src/commons/Debug.h
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
#include <stdlib.h>
#include <cstddef>
#include <sys/stat.h>
#include <cstdint>

class TtyCheck {
public:
Expand Down
1 change: 1 addition & 0 deletions src/commons/Parameters.h
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@
#include <typeinfo>
#include <cstddef>
#include <utility>
#include <cstdint>

#include "Command.h"
#include "MultiParam.h"
Expand Down
1 change: 1 addition & 0 deletions src/commons/Util.h
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
#include <vector>
#include <limits>
#include <map>
#include <cstdint>
#include "MMseqsMPI.h"

#ifndef EXIT
Expand Down
1 change: 1 addition & 0 deletions src/prefiltering/Indexer.h
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@

#include <string>
#include <iostream>
#include <cstdint>

class Indexer{

Expand Down

0 comments on commit 3e43617

Please sign in to comment.