]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
common/deleter: added missing headers
authorJason Dillaman <dillaman@redhat.com>
Tue, 30 Apr 2019 16:57:18 +0000 (12:57 -0400)
committerJason Dillaman <dillaman@redhat.com>
Thu, 2 May 2019 13:30:45 +0000 (09:30 -0400)
Signed-off-by: Jason Dillaman <dillaman@redhat.com>
src/common/deleter.h

index 767ef4b1c573433c2653a5ea6d7b1f9b6cd59fca..442aa56ed6de8b97a5d67afcd714658ea6d291fe 100644 (file)
@@ -23,6 +23,8 @@
 #define CEPH_COMMON_DELETER_H
 
 #include <atomic>
+#include <cstdlib>
+#include <new>
 
 /// \addtogroup memory-module
 /// @{