]> git.apps.os.sepia.ceph.com Git - ceph-ci.git/commitdiff
common/static_ptr.h: add include guard
authorYehuda Sadeh <yehuda@redhat.com>
Fri, 14 Jun 2019 18:29:12 +0000 (11:29 -0700)
committerCasey Bodley <cbodley@redhat.com>
Mon, 29 Jul 2019 19:20:50 +0000 (15:20 -0400)
Signed-off-by: Yehuda Sadeh <yehuda@redhat.com>
src/common/static_ptr.h

index c6d19b499f368e62bebd7db0e01107ce6039bdc8..63fce43424013918a1feb1582d9bb1b5e0680775 100644 (file)
@@ -12,6 +12,8 @@
  *
  */
 
+#pragma once
+
 #include <cstddef>
 #include <utility>
 #include <type_traits>