We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5f695be commit 131b3f6Copy full SHA for 131b3f6
include/ipfixprobe/options.hpp
@@ -35,6 +35,7 @@
35
#include <stdexcept>
36
#include <string>
37
#include <iostream>
38
+#include <cstdint>
39
40
namespace ipxp {
41
include/ipfixprobe/utils.hpp
@@ -37,6 +37,7 @@
#include <utility>
#include <algorithm>
42
43
stats.hpp
@@ -34,6 +34,9 @@
34
#define MSG_MAGIC 0xBEEFFEEB
+#include <string>
+
namespace ipxp
{
0 commit comments