Skip to content

Commit 17da048

Browse files
committed
add limits.h
1 parent 9eec5be commit 17da048

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/gencore.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
#include "bamutil.h"
33
#include "jsonreporter.h"
44
#include "htmlreporter.h"
5+
#include <limits.h>
56

67
Gencore::Gencore(Options *opt){
78
mOptions = opt;

0 commit comments

Comments
 (0)