mirror of
https://github.com/ceph/ceph
synced 2025-01-20 18:21:57 +00:00
xlist: added missing include
The xlist header references NULL without including the header which defines it. Signed-off-by: Jason Dillaman <dillaman@redhat.com> Reviewed-by: Josh Durgin <jdurgin@redhat.com>
This commit is contained in:
parent
d757f8e7eb
commit
0a00be286d
@ -16,6 +16,7 @@
|
||||
#define CEPH_XLIST_H
|
||||
|
||||
#include "include/assert.h"
|
||||
#include <cstdlib>
|
||||
|
||||
template<typename T>
|
||||
class xlist {
|
||||
|
Loading…
Reference in New Issue
Block a user