blob: a84e468d9a2b062afb21c4a3080e5adbb7a92ff2 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
diff --git a/example/passthrough_hp.cc b/example/passthrough_hp.cc
index 974551e..61ab685 100644
--- a/example/passthrough_hp.cc
+++ b/example/passthrough_hp.cc
@@ -67,6 +67,7 @@
#include <time.h>
#include <unistd.h>
#include <pthread.h>
+#include <limits.h>
// C++ includes
#include <cstddef>
|