Skip to content

Commit 1e6f392

Browse files
author
Pavel Valach
committed
sni_dataset_saver: add cstdint include in sampler.h
Fixes #224
1 parent c167667 commit 1e6f392

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

sni_dataset_saver/sampler.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,7 @@
4545
#define SAMPLER_H_
4646

4747
#include <ctime>
48+
#include <cstdint>
4849
#include <iostream>
4950

5051
/**

0 commit comments

Comments
 (0)