Skip to content

Commit

Permalink
Merge pull request #395 from starsareintherose/patch-1
Browse files Browse the repository at this point in the history
fix: gcc13 failed with this
  • Loading branch information
MarioStanke authored Jun 23, 2023
2 parents 8c92452 + 3dbe752 commit cc41cd0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions auxprogs/homGeneMapping/include/sqliteDB.hh
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@
#include <string>
#include <vector>
#include <sqlite3.h>
#include <cstdint>

using namespace std;

Expand Down
1 change: 1 addition & 0 deletions include/sqliteDB.hh
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@
#include <string>
#include <vector>
#include <sqlite3.h>
#include <cstdint>

using namespace std;

Expand Down

0 comments on commit cc41cd0

Please sign in to comment.