Skip to content

Commit a63ec26

Browse files
authored
Merge pull request #225 from CESNET/sni_dataset_saver-fix_include
sni_dataset_saver: add cstdint include in sampler.h
2 parents c167667 + 1e6f392 commit a63ec26

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)