aboutsummaryrefslogtreecommitdiffstats
path: root/vespalib
diff options
context:
space:
mode:
authorTor Egge <Tor.Egge@online.no>2023-07-04 10:39:18 +0200
committerTor Egge <Tor.Egge@online.no>2023-07-04 10:39:18 +0200
commit11776b1e672b4261b5e9701e7dc96c9811031799 (patch)
tree2977440463d7d4bd822763021709502496b441f6 /vespalib
parent4ccf8b0182224a61aa0d71de89ba71e1066ebc9d (diff)
Add sort blob writers.
Diffstat (limited to 'vespalib')
-rw-r--r--vespalib/src/vespa/vespalib/util/sort.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/vespalib/src/vespa/vespalib/util/sort.h b/vespalib/src/vespa/vespalib/util/sort.h
index a5fe1ae8e31..dab1abd2d33 100644
--- a/vespalib/src/vespa/vespalib/util/sort.h
+++ b/vespalib/src/vespa/vespalib/util/sort.h
@@ -2,6 +2,7 @@
#pragma once
#include <vespa/vespalib/objects/nbo.h>
+#include <cstring>
#include <functional>
#include <limits>
#include <algorithm>