Skip to content

Commit

Permalink
Add more include for stdint
Browse files Browse the repository at this point in the history
  • Loading branch information
mourisl committed Dec 20, 2023
1 parent 54a190c commit c68c299
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/candidate_position_generating_config.h
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
#ifndef CANDIDATE_POSITION_GENERATING_CONFIG_H_
#define CANDIDATE_POSITION_GENERATING_CONFIG_H_

#include <stdint.h>

namespace chromap {

// This class holds the parameters to generate candidate position. Using the
Expand Down
2 changes: 2 additions & 0 deletions src/index_utils.h
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
#ifndef INDEX_UTILS_H_
#define INDEX_UTILS_H_

#include <stdint.h>

#include "khash.h"

// Note that the max kmer size is 28 and its hash value is always saved in the
Expand Down

0 comments on commit c68c299

Please sign in to comment.