From 28406c2c569b669fea53c61496716b67521fffa5 Mon Sep 17 00:00:00 2001 From: Avi Kivity Date: Wed, 27 Apr 2022 15:54:32 +0300 Subject: [PATCH] data_dictionary/storage_options.hh: make self-contained Add "seastarx.hh" so sstring works (rather than seastar::sstring). --- data_dictionary/storage_options.hh | 1 + 1 file changed, 1 insertion(+) diff --git a/data_dictionary/storage_options.hh b/data_dictionary/storage_options.hh index dfc40d0408..da581f9d23 100644 --- a/data_dictionary/storage_options.hh +++ b/data_dictionary/storage_options.hh @@ -11,6 +11,7 @@ #include #include #include +#include "seastarx.hh" namespace data_dictionary {