From: Jason Dillaman Date: Thu, 5 Feb 2015 06:22:38 +0000 (-0500) Subject: xlist: added missing include X-Git-Tag: v0.93~72 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=0a00be286d74cff43c6970be2c4fd9a3f7c75280;p=ceph.git xlist: added missing include The xlist header references NULL without including the header which defines it. Signed-off-by: Jason Dillaman Reviewed-by: Josh Durgin --- diff --git a/src/include/xlist.h b/src/include/xlist.h index 53aa3ab06fc5..1cbadc0262e3 100644 --- a/src/include/xlist.h +++ b/src/include/xlist.h @@ -16,6 +16,7 @@ #define CEPH_XLIST_H #include "include/assert.h" +#include template class xlist {