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 14, 2023
1 parent 6b283da commit 3a1f67a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/candidate.h
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
#ifndef CANDIDATE_H_
#define CANDIDATE_H_

#include <stdint.h>

namespace chromap {

struct Candidate {
Expand Down

0 comments on commit 3a1f67a

Please sign in to comment.