Skip to content

Commit 8664b10

Browse files
authored
Include cstdint to fix GNU/Linux build (#41)
This is necessary for building on my machine (Debian 13, gcc 14.2.0).
1 parent a021505 commit 8664b10

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/qiree/ResultDistribution.hh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@
77
//---------------------------------------------------------------------------//
88
#pragma once
99

10+
#include <cstdint>
1011
#include <string>
1112
#include <unordered_map>
1213

0 commit comments

Comments
 (0)