summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--vespalib/src/tests/stllike/uniq_by_sort_map_hash.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/vespalib/src/tests/stllike/uniq_by_sort_map_hash.cpp b/vespalib/src/tests/stllike/uniq_by_sort_map_hash.cpp
index 0141e32e435..72a0c93c719 100644
--- a/vespalib/src/tests/stllike/uniq_by_sort_map_hash.cpp
+++ b/vespalib/src/tests/stllike/uniq_by_sort_map_hash.cpp
@@ -7,6 +7,7 @@
#include <unordered_set>
#include <vector>
#include <algorithm>
+#include <pthread.h>
#include <vespa/vespalib/stllike/hash_set.hpp>
template <typename T>