]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commitdiff
common/TrackedOp.h: include spinlock.h as this header uses it
authorKefu Chai <kchai@redhat.com>
Mon, 3 Sep 2018 09:12:56 +0000 (17:12 +0800)
committerKefu Chai <kchai@redhat.com>
Wed, 5 Sep 2018 07:53:31 +0000 (15:53 +0800)
Signed-off-by: Kefu Chai <kchai@redhat.com>
src/common/TrackedOp.h

index 75a95a11eb11a2ee661843a4809d7382cdd7c1b0..054e621fcf3235232044a02b428b2c455f17af05 100644 (file)
 
 #include <atomic>
 #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