Skip to content

Commit a513070

Browse files
Adding headers for the ints of specific numbers of bits
1 parent 1819650 commit a513070

File tree

3 files changed

+3
-0
lines changed

3 files changed

+3
-0
lines changed

bisulfite_utils.hpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@
2222

2323
#include <string>
2424
#include <random>
25+
#include <cstdint>
2526

2627
#include "sam_record.hpp"
2728

sam_record.hpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@
2424
#include <iostream>
2525
#include <sstream>
2626
#include <iterator>
27+
#include <cstdint>
2728

2829
// from 30 April 2020 SAM documentation
2930
// 1 0x1 template having multiple segments in sequencing

smithlab_utils.hpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,7 @@
3636
#include <cmath>
3737
#include <numeric>
3838
#include <iomanip>
39+
#include <cstdint>
3940

4041
extern "C" {char have_smithlab_cpp();}
4142

0 commit comments

Comments
 (0)