Skip to content

Commit b9b926b

Browse files
authored
Merge pull request #183 from CESNET/fix-build-fedora38+
Fix build on fedora38+ Os
2 parents 81e321c + d84a776 commit b9b926b

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

process/stats.hpp

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,10 @@
3131
#ifndef IPXP_PROCESS_STATS_HPP
3232
#define IPXP_PROCESS_STATS_HPP
3333

34+
#include <cstdint>
3435
#include <ostream>
36+
#include <string>
37+
#include <sys/time.h>
3538

3639
#include <ipfixprobe/process.hpp>
3740
#include <ipfixprobe/options.hpp>

0 commit comments

Comments
 (0)