aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorHenning Baldersheim <balder@yahoo-inc.com>2020-10-03 22:23:04 +0200
committerGitHub <noreply@github.com>2020-10-03 22:23:04 +0200
commit3bed313ade23e3ce03e65b8d78f14cb08f854bfc (patch)
treec62ca7e6209843efd8a063e78d7fe042a7963e6d
parent5d8748786cd3db3b4cdc983c83bf65005dcdd149 (diff)
parent6ad4cc84ec936e0d5aaf68c83d01a3555285bd7a (diff)
Merge pull request #14696 from vespa-engine/toregge/include-pthread-header-when-using-pthread-functions
Include pthread.h when using pthread functions.
-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>