Skip to content

Commit

Permalink
add limits.h
Browse files Browse the repository at this point in the history
  • Loading branch information
sfchen committed Oct 29, 2021
1 parent 9eec5be commit 17da048
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/gencore.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
#include "bamutil.h"
#include "jsonreporter.h"
#include "htmlreporter.h"
#include <limits.h>

Gencore::Gencore(Options *opt){
mOptions = opt;
Expand Down

0 comments on commit 17da048

Please sign in to comment.