]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commitdiff
PeeringState: use ceph_assert
authorSamuel Just <sjust@redhat.com>
Sun, 21 Apr 2019 00:54:25 +0000 (17:54 -0700)
committersjust@redhat.com <sjust@redhat.com>
Wed, 1 May 2019 18:22:29 +0000 (11:22 -0700)
Signed-off-by: Samuel Just <sjust@redhat.com>
src/osd/PeeringState.h

index 608e9bfde32c756b57ec6937ae1d9f1795860ba4..5c12fd01a8eca452035194862e8e1d2af2c273f6 100644 (file)
@@ -13,6 +13,8 @@
 #include <string>
 #include <atomic>
 
+#include "include/ceph_assert.h"
+
 #include "PGLog.h"
 #include "PGStateUtils.h"
 #include "PGPeeringEvent.h"