summaryrefslogtreecommitdiffstats
path: root/vespalib
diff options
context:
space:
mode:
authorTor Egge <Tor.Egge@online.no>2024-01-15 10:21:47 +0100
committerTor Egge <Tor.Egge@online.no>2024-01-15 10:21:47 +0100
commit1d41e1c3b9d7369e945d0af8cb9917c716eb76e7 (patch)
tree35d854f062123f1107854905129b60d76a80af52 /vespalib
parentae9a732e3e16d46457da372a4da594064442be04 (diff)
Include memory to get definition of std::unique_ptr.
Diffstat (limited to 'vespalib')
-rw-r--r--vespalib/src/vespa/vespalib/util/testclock.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/vespalib/src/vespa/vespalib/util/testclock.h b/vespalib/src/vespa/vespalib/util/testclock.h
index 117e19bedb8..a7c15c774df 100644
--- a/vespalib/src/vespa/vespalib/util/testclock.h
+++ b/vespalib/src/vespa/vespalib/util/testclock.h
@@ -3,6 +3,7 @@
#include "time.h"
#include <atomic>
+#include <memory>
namespace vespalib {