From: Kefu Chai Date: Tue, 27 Jun 2017 08:05:14 +0000 (+0800) Subject: include/scope_guard.h: include X-Git-Tag: v12.1.1~188^2~5 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=20c8f30593ee669fca1f910980de6f675c87fb03;p=ceph.git include/scope_guard.h: include so this header is self-contained. Signed-off-by: Kefu Chai --- diff --git a/src/include/scope_guard.h b/src/include/scope_guard.h index 0d06ce93618f..ebffc5dfee5f 100644 --- a/src/include/scope_guard.h +++ b/src/include/scope_guard.h @@ -15,6 +15,8 @@ #ifndef SCOPE_GUARD #define SCOPE_GUARD +#include + template struct scope_guard { F f;