Skip to content

Commit d84a776

Browse files
committed
stats - add missing include
1 parent 81e321c commit d84a776

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)