summaryrefslogtreecommitdiffstats
path: root/staging_vespalib
diff options
context:
space:
mode:
authorHenning Baldersheim <balder@yahoo-inc.com>2022-01-27 16:27:31 +0000
committerHenning Baldersheim <balder@yahoo-inc.com>2022-01-27 20:54:24 +0000
commit67837c8bbd9583a0b0cdd388436328a4b8649362 (patch)
treeefe7cfe9b17c1726abe20c0cd5d383407ed7cf79 /staging_vespalib
parent1452e6339dfcbd9168c780966d4cf33ce6a71cf1 (diff)
Refactor to reduce code duplication for write path.
Diffstat (limited to 'staging_vespalib')
-rw-r--r--staging_vespalib/src/vespa/vespalib/stllike/cache.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/staging_vespalib/src/vespa/vespalib/stllike/cache.h b/staging_vespalib/src/vespa/vespalib/stllike/cache.h
index 0f4349eb15a..181bb2ac63a 100644
--- a/staging_vespalib/src/vespa/vespalib/stllike/cache.h
+++ b/staging_vespalib/src/vespa/vespalib/stllike/cache.h
@@ -3,6 +3,7 @@
#include <vespa/vespalib/stllike/lrucache_map.h>
#include <atomic>
+#include <mutex>
namespace vespalib {