From: Samuel Just Date: Sun, 21 Apr 2019 00:54:25 +0000 (-0700) Subject: PeeringState: use ceph_assert X-Git-Tag: v15.1.0~2774^2~2 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=25904513c26bc690f6bb0f0f447271f3df076a30;p=ceph.git PeeringState: use ceph_assert Signed-off-by: Samuel Just --- diff --git a/src/osd/PeeringState.h b/src/osd/PeeringState.h index 608e9bfde32c..5c12fd01a8ec 100644 --- a/src/osd/PeeringState.h +++ b/src/osd/PeeringState.h @@ -13,6 +13,8 @@ #include #include +#include "include/ceph_assert.h" + #include "PGLog.h" #include "PGStateUtils.h" #include "PGPeeringEvent.h"