mirror of
https://github.com/ceph/ceph
synced 2025-03-11 02:39:05 +00:00
common: fix build error with Graylog
Graylog includes boost stuff, which clobbers our assert macros. Signed-off-by: Sage Weil <sage@redhat.com>
This commit is contained in:
parent
05a4811c57
commit
d7f0304aec
@ -12,6 +12,7 @@
|
||||
#include <boost/iostreams/filter/zlib.hpp>
|
||||
|
||||
#include "include/memory.h"
|
||||
#include "include/assert.h" // boost clobbers this
|
||||
|
||||
struct uuid_d;
|
||||
class LogEntry;
|
||||
|
Loading…
Reference in New Issue
Block a user