Skip to content

Commit

Permalink
Merge pull request #113 from ekg/newer_gcc_happy
Browse files Browse the repository at this point in the history
make newer `gcc` happy
  • Loading branch information
AndreaGuarracino authored Jun 13, 2023
2 parents d9e7ab5 + df1b276 commit f44b402
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions src/cigar.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
#include <string>
#include <iostream>
#include <sstream>
#include <cstdint>

namespace seqwish {

Expand Down
1 change: 1 addition & 0 deletions src/paf.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
#include <fstream>
#include <string>
#include <vector>
#include <cstdint>
#include "cigar.hpp"

namespace seqwish {
Expand Down
1 change: 1 addition & 0 deletions src/utils.hpp
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
#pragma once

#include <math.h>
#include <cstdint>

namespace seqwish {
double handy_parameter(const std::string& value, const double default_value);
Expand Down

0 comments on commit f44b402

Please sign in to comment.