From: Kefu Chai Date: Mon, 3 Sep 2018 09:12:56 +0000 (+0800) Subject: common/TrackedOp.h: include spinlock.h as this header uses it X-Git-Tag: v14.0.1~396^2~1 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=710e2a577c8e85f22bfeebbc95a8b2ad64dfe6d1;p=ceph.git common/TrackedOp.h: include spinlock.h as this header uses it Signed-off-by: Kefu Chai --- diff --git a/src/common/TrackedOp.h b/src/common/TrackedOp.h index 75a95a11eb11..054e621fcf32 100644 --- a/src/common/TrackedOp.h +++ b/src/common/TrackedOp.h @@ -16,9 +16,10 @@ #include #include "common/histogram.h" -#include "msg/Message.h" #include "common/RWLock.h" #include "common/Thread.h" +#include "include/spinlock.h" +#include "msg/Message.h" #define OPTRACKER_PREALLOC_EVENTS 20