From: Colin Patrick McCabe Date: Fri, 11 Mar 2011 12:56:52 +0000 (-0800) Subject: testlibrbdpp: include assert.h X-Git-Tag: v0.26~187 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=0cc425310f0c58588fd30c317ea036c82748924e;p=ceph.git testlibrbdpp: include assert.h Signed-off-by: Colin McCabe --- diff --git a/src/testlibrbdpp.cc b/src/testlibrbdpp.cc index 86aeee426f54..eb51db7226fa 100644 --- a/src/testlibrbdpp.cc +++ b/src/testlibrbdpp.cc @@ -13,6 +13,7 @@ */ #define __STDC_FORMAT_MACROS +#include "include/assert.h" #include "include/rbd/librbd.hpp" #include "include/rados/librados.hpp" #include "include/buffer.h"