data_dictionary/storage_options.hh: make self-contained

Add "seastarx.hh" so sstring works (rather than seastar::sstring).
This commit is contained in:
Avi Kivity
2022-04-27 15:54:32 +03:00
parent f6ce7891a5
commit 28406c2c56

View File

@@ -11,6 +11,7 @@
#include <string>
#include <map>
#include <seastar/core/sstring.hh>
#include "seastarx.hh"
namespace data_dictionary {