summaryrefslogtreecommitdiffstats
path: root/vespalib
diff options
context:
space:
mode:
authorTor Egge <Tor.Egge@online.no>2022-10-12 22:07:14 +0200
committerTor Egge <Tor.Egge@online.no>2022-10-12 22:07:14 +0200
commitac9321dbc0d4a1c17f37ce87b71100e9c4426afc (patch)
treeeb2cd9b995700a07aa951fb29479e757c01e071a /vespalib
parent58ee7a4d64b0597d658352cd387848f3464dfcd8 (diff)
Include utility to get definition of std::exchange.
Diffstat (limited to 'vespalib')
-rw-r--r--vespalib/src/vespa/vespalib/coro/lazy.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/vespalib/src/vespa/vespalib/coro/lazy.h b/vespalib/src/vespa/vespalib/coro/lazy.h
index b007f565c93..3da53fee98c 100644
--- a/vespalib/src/vespa/vespalib/coro/lazy.h
+++ b/vespalib/src/vespa/vespalib/coro/lazy.h
@@ -5,6 +5,7 @@
#include <concepts>
#include <coroutine>
#include <optional>
+#include <utility>
namespace vespalib::coro {