Skip to content

Commit 131b3f6

Browse files
committed
VLAN: Add includes
1 parent 5f695be commit 131b3f6

File tree

3 files changed

+5
-0
lines changed

3 files changed

+5
-0
lines changed

include/ipfixprobe/options.hpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,7 @@
3535
#include <stdexcept>
3636
#include <string>
3737
#include <iostream>
38+
#include <cstdint>
3839

3940
namespace ipxp {
4041

include/ipfixprobe/utils.hpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,7 @@
3737
#include <utility>
3838
#include <algorithm>
3939
#include <stdexcept>
40+
#include <cstdint>
4041

4142
namespace ipxp {
4243

stats.hpp

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,9 @@
3434

3535
#define MSG_MAGIC 0xBEEFFEEB
3636

37+
#include <cstdint>
38+
#include <string>
39+
3740
namespace ipxp
3841
{
3942

0 commit comments

Comments
 (0)