aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--gdb/dwarf2/cooked-index.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/dwarf2/cooked-index.h b/gdb/dwarf2/cooked-index.h
index f266492..0d6f3e5 100644
--- a/gdb/dwarf2/cooked-index.h
+++ b/gdb/dwarf2/cooked-index.h
@@ -442,7 +442,7 @@ private:
vec_type m_vector;
/* A future that tracks when the 'index_write' method is done. */
- std::future<void> m_write_future;
+ gdb::future<void> m_write_future;
};
#endif /* GDB_DWARF2_COOKED_INDEX_H */