Merge pull request #44231 from xxhdx1985126/wip-cpu-profile

crimson/os/seastore: fix compiler error for gcc > 9 and clang13

Reviewed-by: Yingxin Cheng <yingxin.cheng@intel.com>
Reviewed-by: Samuel Just <sjust@redhat.com>
This commit is contained in:
Samuel Just 2021-12-06 22:21:55 -08:00 committed by GitHub
commit 347d7d0f26
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -2,6 +2,7 @@
// vim: ts=8 sw=2 smarttab
#include <seastar/core/future.hh>
#include <seastar/core/sleep.hh>
#include "messages/MOSDOp.h"